aac: SBR support (without PS)
[nihav.git] / nihav-mpeg / src / codecs / mod.rs
index d02d7d8144327f59836a6f404308742b29f761ba..fd05a3f2963395a392c8a7f686ba8f5effb44c9a 100644 (file)
@@ -5,6 +5,8 @@ macro_rules! validate {
 }
 
 #[cfg(feature="decoder_aac")]
+#[allow(clippy::comparison_chain)]
+#[allow(clippy::excessive_precision)]
 #[allow(clippy::manual_memcpy)]
 #[allow(clippy::useless_let_if_seq)]
 mod aac;