msadpcmenc: switch to MD5-based test
authorKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 16 Jun 2020 14:42:50 +0000 (16:42 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 16 Jun 2020 14:42:50 +0000 (16:42 +0200)
nihav-ms/src/codecs/msadpcm.rs

index 418dc9b611fd857a7cbe58c1317329bb36c4f333..aff49790ec4a646662e5dadd2ada5dc722ab16af 100644 (file)
@@ -464,6 +464,7 @@ mod test {
                 tb_den:  0,
                 flags:   0,
             };
-        test_encoding_to_file(&dec_config, &enc_config, enc_params);
+        test_encoding_md5(&dec_config, &enc_config, enc_params,
+                          &[0xe1591a1e, 0x816d0239, 0x4cc42291, 0x4e6b69cb]);
     }
 }