ffmpeg-next 5.0.3

Safe FFmpeg wrapper (FFmpeg 4 compatible fork of the ffmpeg crate)
Documentation
1
2
3
4
5
mod chapter;
pub use self::chapter::Chapter;

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