Enum x264::Modifier[][src]

#[repr(i32)]
pub enum Modifier { HighDepth, VerticalFlip, }

Some extra encoding options.

Variants

Doubles the pixel depth, from 8 to 16 bits per pixel.

Vertically flips the image.

Auto Trait Implementations

impl Send for Modifier

impl Sync for Modifier