]> git.nihav.org Git - nihav.git/commitdiff
ima_qt: update test after demuxer fix
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 22 Feb 2026 16:44:47 +0000 (17:44 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 22 Feb 2026 16:44:47 +0000 (17:44 +0100)
nihav-qt/src/codecs/imaadpcm.rs

index 51cf428a27d4991a80fa13e7c11e34a3f30e38ff..9bc9fff2a4b7a98a81f039c4b543c0808be96caa 100644 (file)
@@ -104,6 +104,6 @@ mod test {
 
         // sample: https://samples.mplayerhq.hu/A-codecs/ima-adpcm/shuffle-ima41.mov
         test_decoding("mov", "ima-adpcm-qt", "assets/QT/shuffle-ima41.mov", None, &dmx_reg, &dec_reg,
-                      ExpectedTestResult::MD5([0xba2ad472, 0xd6aee026, 0xb915dd7d, 0xac51314c]));
+                      ExpectedTestResult::MD5([0x3589a3b7, 0xd83bc959, 0x93d84964, 0xed5a6110]));
     }
 }