ffmpeg-dev 0.3.7

Self contained (no net/sys deps) static rust bindings to ffmpeg.
Documentation
1
2
3
4
#![allow(unused)]
pub mod sys;
pub mod api;
pub mod extra;