Skip to main content

ffmpeg_sys_the_third/
lib.rs

1mod bindings {
2    // These are not auto-generated by bindgen
3    #![allow(clippy::missing_safety_doc)]
4
5    include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
6}
7
8pub use bindings::*;
9
10mod avutil;
11pub use crate::avutil::*;