diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2022-10-13 18:31:44 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2022-10-13 18:31:44 +0200 |
commit | 85a7799ef2c726f35f92b68f3b07e04d44611536 (patch) | |
tree | 91ae02c72149d1c1eecfb5711814b497fe2dcbe4 | |
parent | b3f8f1f4b47ec517baea51d317cdc98427792d23 (diff) | |
download | nihav-85a7799ef2c726f35f92b68f3b07e04d44611536.tar.gz |
indeo5: add source mention for a new test
-rw-r--r-- | nihav-indeo/src/codecs/indeo5.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nihav-indeo/src/codecs/indeo5.rs b/nihav-indeo/src/codecs/indeo5.rs index 9a2fc85..b5030de 100644 --- a/nihav-indeo/src/codecs/indeo5.rs +++ b/nihav-indeo/src/codecs/indeo5.rs @@ -857,6 +857,7 @@ mod test { let mut dec_reg = RegisteredDecoders::new(); indeo_register_all_decoders(&mut dec_reg); + // sample is a trailer for Heart of Darkness game test_decoding("ivf", "indeo5s", "assets/Indeo/TRAILERIIE.IVF", Some(31), &dmx_reg, &dec_reg, ExpectedTestResult::MD5Frames(vec![ [0xd6c5b653, 0x082e25e6, 0x90c0c112, 0xfa7f46c8], |