1
2
3
4
//! Everything related to `libswscale`.
mod swscale;

pub use swscale::*;