X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-indeo%2Fsrc%2Flib.rs;h=6c7056f392ac13f680c63ef8614f0840f818b222;hb=999c25f70cce9929567ece9cb285a900f56727f7;hp=844b69fa4b326fa82ed2cd24c0ab6d90bd38641e;hpb=b4d5b8515e75383b4fc59ea2813c90c615d59a96;p=nihav.git diff --git a/nihav-indeo/src/lib.rs b/nihav-indeo/src/lib.rs index 844b69f..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 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