fix some clippy warnings
[nihav.git] / nihav-duck / src / codecs / vp56.rs
index 01e8171da21853c6760bf98d9e0c0a376e0a34ef..2ab474bbb336df23a4b89b80a80630e0edfcff35 100644 (file)
@@ -633,7 +633,7 @@ impl VP56Decoder {
             self.fstate.last_idx = [24; 4];
             for mb_x in 0..self.mb_w {
                 self.fstate.mb_x = mb_x;
-                self.decode_mb(dframe, bc, &mut cr, br, &hdr, alpha)?;
+                self.decode_mb(dframe, bc, &mut cr, br, hdr, alpha)?;
                 self.dc_pred.next_mb();
             }
             self.dc_pred.update_row();