playa-ffmpeg 8.0.3

Safe FFmpeg wrapper with vcpkg integration for simplified cross-platform builds (FFmpeg 8.0, Rust 2024)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod traits;
pub use self::traits::{Mut, Ref};

pub mod packet;
pub use self::packet::Packet;

pub mod borrow;
pub use self::borrow::Borrow;

pub mod side_data;
pub use self::side_data::SideData;

pub mod flag;
pub use self::flag::Flags;