X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-indeo%2Fsrc%2Flib.rs;h=c920ea40b4ed01596562514656fcf9b355ffa47a;hp=844b69fa4b326fa82ed2cd24c0ab6d90bd38641e;hb=78fb6560c73965d834b215fb0b49505ae5443288;hpb=b4d5b8515e75383b4fc59ea2813c90c615d59a96 diff --git a/nihav-indeo/src/lib.rs b/nihav-indeo/src/lib.rs index 844b69f..c920ea4 100644 --- a/nihav-indeo/src/lib.rs +++ b/nihav-indeo/src/lib.rs @@ -9,7 +9,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