neoffmpeg-rs 1.0.2

Safe FFmpeg wrapper (fork of rust-ffmpeg formerly known as ffmpeg-next)
Documentation
1
2
3
4
5
mod chapter;
pub use self::chapter::Chapter;

mod chapter_mut;
pub use self::chapter_mut::ChapterMut;