ffmpeg-dev 0.2.2

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

fn main() {
    
}