MS ADPCM encoder: fix test after sound conversion fixes
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 8 Aug 2021 11:58:57 +0000 (13:58 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 8 Aug 2021 11:58:57 +0000 (13:58 +0200)
nihav-ms/src/codecs/msadpcm.rs

index dfcf6403dbbabadacc206604dce9e2afc9a360aa..7bf10156716dc3353206a3fa12fdb9f1051dab0a 100644 (file)
@@ -465,6 +465,6 @@ mod test {
                 flags:   0,
             };
         test_encoding_md5(&dec_config, &enc_config, enc_params, &[],
-                          &[0xe1591a1e, 0x816d0239, 0x4cc42291, 0x4e6b69cb]);
+                          &[0x82259f45, 0xba7b984a, 0xc03c94e5, 0x00b4312b]);
     }
 }