cinepakenc: switch to MD5-based test
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 4 Oct 2020 10:05:20 +0000 (12:05 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 4 Oct 2020 10:05:20 +0000 (12:05 +0200)
nihav-commonfmt/src/codecs/cinepakenc.rs

index d81d893d70d5ab2751e3e3aece094ec4827a8a59..f10499706e70678c0bfd3f8454e331c399e1652f 100644 (file)
@@ -1103,6 +1103,8 @@ mod test {
                 tb_den:  0,
                 flags:   0,
             };
                 tb_den:  0,
                 flags:   0,
             };
-        test_encoding_to_file(&dec_config, &enc_config, enc_params);
+        //test_encoding_to_file(&dec_config, &enc_config, enc_params);
+        test_encoding_md5(&dec_config, &enc_config, enc_params,
+                          &[0x1a71b529, 0x9453fe1a, 0xab2be3f5, 0x55623bab]);
     }
 }
     }
 }