X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-indeo%2Fsrc%2Flib.rs;h=6c7056f392ac13f680c63ef8614f0840f818b222;hb=999c25f70cce9929567ece9cb285a900f56727f7;hp=21b4cd924faa95de979f70ad8fa554fb3f89e7df;hpb=1acf07374174f1084c31138f2f0a6ec916c7f8e8;p=nihav.git diff --git a/nihav-indeo/src/lib.rs b/nihav-indeo/src/lib.rs index 21b4cd9..6c7056f 100644 --- a/nihav-indeo/src/lib.rs +++ b/nihav-indeo/src/lib.rs @@ -1,3 +1,4 @@ +//! Crate for providing support for Intel multimedia formats. extern crate nihav_core; extern crate nihav_codec_support; @@ -9,7 +10,7 @@ extern crate nihav_codec_support; #[allow(clippy::verbose_bit_mask)] mod codecs; -pub use crate::codecs::indeo_register_all_codecs; +pub use crate::codecs::indeo_register_all_decoders; #[cfg(test)] extern crate nihav_commonfmt; \ No newline at end of file