scaler initial work
[nihav.git] / nihav-core / src / lib.rs
index 05b7ad92cd8f0e9bd88efbc7a46d9bb6434b6e19..d36297f51d9bce4f214cb7e4f175089488dd32a8 100644 (file)
@@ -7,8 +7,10 @@ pub mod demuxers;
 pub mod formats;
 pub mod frame;
 pub mod io;
+pub mod refs;
 pub mod register;
 pub mod detect;
+pub mod scale;
 
 #[cfg(feature="dsp")]
 pub mod dsp;