core: split options into separate module
[nihav.git] / nihav-core / src / lib.rs
index 99ea57c9802ab795f555debe50fd9781620896c5..303fb244ddb01a1fc9164b13bb480b2c571f497b 100644 (file)
@@ -9,6 +9,9 @@ pub mod codecs;
 #[cfg(feature="compr")]
 pub mod compr;
 
+#[cfg(feature="muxers")]
+pub mod muxers;
+
 #[cfg(feature="demuxers")]
 pub mod demuxers;
 
@@ -17,6 +20,7 @@ pub mod formats;
 pub mod frame;
 #[allow(clippy::too_many_arguments)]
 pub mod io;
+pub mod options;
 pub mod refs;
 pub mod reorder;
 pub mod scale;