From: Kostya Shishkov Date: Sun, 22 Feb 2026 16:44:47 +0000 (+0100) Subject: ima_qt: update test after demuxer fix X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;h=f5c3546c419cc83c7979ce3359e13b2defb43c4c;p=nihav.git ima_qt: update test after demuxer fix --- diff --git a/nihav-qt/src/codecs/imaadpcm.rs b/nihav-qt/src/codecs/imaadpcm.rs index 51cf428..9bc9fff 100644 --- a/nihav-qt/src/codecs/imaadpcm.rs +++ b/nihav-qt/src/codecs/imaadpcm.rs @@ -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])); } }