X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-indeo%2Fsrc%2Flib.rs;h=6c7056f392ac13f680c63ef8614f0840f818b222;hb=9a110b6c529ceaeba58b3e7dd8f4c902df6a2083;hp=78bb0608390e96ee3c713ce0ca25f9ce57e76c17;hpb=f2af8ecaeed8ec8c1fa6b3c2cfdb075d64994b7a;p=nihav.git diff --git a/nihav-indeo/src/lib.rs b/nihav-indeo/src/lib.rs index 78bb060..6c7056f 100644 --- a/nihav-indeo/src/lib.rs +++ b/nihav-indeo/src/lib.rs @@ -1,4 +1,6 @@ +//! Crate for providing support for Intel multimedia formats. extern crate nihav_core; +extern crate nihav_codec_support; #[allow(clippy::collapsible_if)] #[allow(clippy::identity_op)] @@ -6,7 +8,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 crate::codecs::indeo_register_all_decoders; #[cfg(test)] extern crate nihav_commonfmt; \ No newline at end of file