ff-decode 0.15.0

Video and audio decoding - the Rust way
Documentation
1
2
3
4
5
6
7
8
9
//! Shared utility types for ff-decode.

pub(crate) mod guards_inner;
mod hardware;
pub(crate) mod network;
mod seek;

pub use hardware::HardwareAccel;
pub use seek::SeekMode;