X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-indeo%2Fsrc%2Flib.rs;h=1ceba4e5e2b11820adcf43ad239fd4ebcf1f2ae0;hp=78bb0608390e96ee3c713ce0ca25f9ce57e76c17;hb=e64739f87a35f29be0bbbce366876180ba3eb57e;hpb=88c2ff6c81a4f18a7e514d20646f5e44cbe600c9 diff --git a/nihav-indeo/src/lib.rs b/nihav-indeo/src/lib.rs index 78bb060..1ceba4e 100644 --- a/nihav-indeo/src/lib.rs +++ b/nihav-indeo/src/lib.rs @@ -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