indeo3enc: fix mode10 interpolation
[nihav.git] / nihav-indeo / src / codecs / indeo3enc / mod.rs
index 84764eca64cb10e44d4baefcb4b66f69bba49ec5..1c6bf77bc1972fe2cc10c6ee42bacd53d3a1bbc0 100644 (file)
@@ -590,7 +590,7 @@ mod test {
         let enc_options = &[
                 NAOption { name: super::TRY_AGAIN_OPTION, value: NAValue::Bool(true) },
             ];
-        encode_test("indeo3.avi", enc_options, Some(4), &[0xc23464a1, 0xd319a38f, 0x7421165e, 0x42786e50]);
+        encode_test("indeo3.avi", enc_options, Some(4), &[0x17d742bc, 0x6f4c1200, 0x79422bac, 0xc46b5dd0]);
     }
     /*#[test]
     fn test_indeo3_roundtrip() {