]> git.nihav.org Git - nihav.git/blobdiff - nihav-rad/src/codecs/binkaud.rs
core: implement Default for NATimePoint
[nihav.git] / nihav-rad / src / codecs / binkaud.rs
index aee9bbc8058b48834c60591c46e035d94560c446..c94f39d2a33b2246faecf4858527dc3a077ef0e8 100644 (file)
@@ -130,6 +130,7 @@ impl BinkAudioDecoder {
         }
         Ok(())
     }
+    #[allow(clippy::transmute_ptr_to_ptr)]
     fn output(&mut self, dst: &mut [f32], off0: usize, off1: usize, chno: usize) {
         match self.transform {
             Transform::DCT(ref mut dct) => {