ffmpeg-sys-the-third 5.0.0+ffmpeg-8.1

FFI bindings to FFmpeg
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod bindings {
    // These are not auto-generated by bindgen
    #![allow(clippy::missing_safety_doc)]

    include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
}

pub use bindings::*;

mod avutil;
pub use crate::avutil::*;