From fc74462bb783c7b1ca9220fd3e901b9510efecb0 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sun, 4 Oct 2020 12:05:20 +0200 Subject: [PATCH] cinepakenc: switch to MD5-based test --- nihav-commonfmt/src/codecs/cinepakenc.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]); } } -- 2.30.2