X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-indeo%2Fsrc%2Flib.rs;h=c920ea40b4ed01596562514656fcf9b355ffa47a;hp=ccc359580e9d2da133c0e0a30876df6dbcffa7b4;hb=78fb6560c73965d834b215fb0b49505ae5443288;hpb=3167c45c8087a692192021e08a8063dff680001c diff --git a/nihav-indeo/src/lib.rs b/nihav-indeo/src/lib.rs index ccc3595..c920ea4 100644 --- a/nihav-indeo/src/lib.rs +++ b/nihav-indeo/src/lib.rs @@ -1,6 +1,15 @@ extern crate nihav_core; +extern crate nihav_codec_support; -pub mod codecs; +#[allow(clippy::collapsible_if)] +#[allow(clippy::identity_op)] +#[allow(clippy::needless_range_loop)] +#[allow(clippy::too_many_arguments)] +#[allow(clippy::useless_let_if_seq)] +#[allow(clippy::verbose_bit_mask)] +mod codecs; + +pub use crate::codecs::indeo_register_all_decoders; #[cfg(test)] extern crate nihav_commonfmt; \ No newline at end of file