Module ac_ffmpeg::codec::video

source ·
Expand description

Video decoder/encoder.

Re-exports

pub use self::frame::PixelFormat;
pub use self::frame::VideoFrame;
pub use self::frame::VideoFrameMut;
pub use self::scaler::VideoFrameScaler;
pub use self::scaler::VideoFrameScalerBuilder;

Modules

Video frame.
Video frame scaler.

Structs

Video decoder.
Builder for the video decoder.
Video encoder.
Builder for the video encoder.