]> git.nihav.org Git - nihav.git/commitdiff
qdraw: update test to account only for single sub-track samples
authorKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 4 May 2026 18:15:04 +0000 (20:15 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 4 May 2026 18:15:04 +0000 (20:15 +0200)
nihav-qt/src/codecs/qdraw.rs

index 55132677314b105ed416e2108f5c8b7c8c4d15cf..eaffdc884cc15e7ede03cccbd66ec1218a92dee4 100644 (file)
@@ -345,9 +345,6 @@ mod test {
         test_decoding("mov", "qdraw", "assets/QT/Airplane.mov", None, &dmx_reg, &dec_reg,
                       ExpectedTestResult::MD5Frames(vec![
                             [0x9aced174, 0x4c9f58ca, 0xeacace05, 0x0d11e351],
-                            [0x9aced174, 0x4c9f58ca, 0xeacace05, 0x0d11e351],
-                            [0xf7459501, 0xfbf81fd2, 0xcc436363, 0x95748ed6],
-                            [0xf7459501, 0xfbf81fd2, 0xcc436363, 0x95748ed6],
                             [0xf7459501, 0xfbf81fd2, 0xcc436363, 0x95748ed6]]));
     }
 }