ffmpeg-sys 2.7.1-1

FFI bindings to FFmpeg
Documentation
1
2
3
4
5
6
mod postproc;
pub use self::postproc::*;

#[cfg_attr(feature = "static", link(name = "postproc", kind = "static"))]
#[cfg_attr(not(feature = "static"), link(name = "postproc"))]
extern { }