ffmpeg_next/util/mathematics/
mod.rs

1pub mod rounding;
2pub use self::rounding::Rounding;
3
4pub mod rescale;
5pub use self::rescale::Rescale;