make all codec crates export just register_all functions and document them
[nihav.git] / nihav-indeo / src / lib.rs
index 78bb0608390e96ee3c713ce0ca25f9ce57e76c17..1ceba4e5e2b11820adcf43ad239fd4ebcf1f2ae0 100644 (file)
@@ -6,7 +6,9 @@ extern crate nihav_core;
 #[allow(clippy::too_many_arguments)]
 #[allow(clippy::useless_let_if_seq)]
 #[allow(clippy::verbose_bit_mask)]
-pub mod codecs;
+mod codecs;
+
+pub use codecs::indeo_register_all_codecs;
 
 #[cfg(test)]
 extern crate nihav_commonfmt;
\ No newline at end of file