libav-ng 0.1.5

New high level Rust bindings for libav
Documentation
1
2
3
4
5
6
7
8
9
pub mod avcodec;
pub mod avdictionary;
pub mod avformat;
pub mod avframe;
pub mod avstream;

pub mod low_level {
    pub use libav_sys_ng::*;
}