X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=src%2Fcodecs%2Findeo%2Findeo5.rs;h=bf3b974498ecfd06bf82e67be7e29cb7374c8dd3;hb=1a151e53b591a45fb7f009e480d7abb5e03f0cfe;hp=ae9113a7f38f4512b13f12e9a2269841f0afad2c;hpb=a1f26d1be2a62dfe4db26e9a5faaf9199f6b0325;p=nihav.git diff --git a/src/codecs/indeo/indeo5.rs b/src/codecs/indeo/indeo5.rs index ae9113a..bf3b974 100644 --- a/src/codecs/indeo/indeo5.rs +++ b/src/codecs/indeo/indeo5.rs @@ -260,7 +260,7 @@ impl IndeoXParser for Indeo5Parser { }, _ => { unreachable!(); } }; - + Ok(BandHeader::new(plane_no, band_no, self.mb_size[band_id], self.blk_size[band_id], self.is_hpel[band_id], inherit_mv, has_qdelta, inherit_qd, band_q, rvmap_idx, num_corr, corr_map, blk_cb, tr, txtype)) }