aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2020-10-04 12:05:20 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2020-10-04 12:05:20 +0200
commitfc74462bb783c7b1ca9220fd3e901b9510efecb0 (patch)
tree5021af61415b5537305f7755dba971d9305c0ea8
parentd3985caa3bfd7bc93493ca8ec62ef8423d46c129 (diff)
downloadnihav-fc74462bb783c7b1ca9220fd3e901b9510efecb0.tar.gz
cinepakenc: switch to MD5-based test
-rw-r--r--nihav-commonfmt/src/codecs/cinepakenc.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/nihav-commonfmt/src/codecs/cinepakenc.rs b/nihav-commonfmt/src/codecs/cinepakenc.rs
index d81d893..f104997 100644
--- a/nihav-commonfmt/src/codecs/cinepakenc.rs
+++ b/nihav-commonfmt/src/codecs/cinepakenc.rs
@@ -1103,6 +1103,8 @@ mod test {
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]);
}
}