ffmpeg-dev 0.3.7

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

fn main() {
    
}