X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-indeo%2Fsrc%2Fcodecs%2Findeo3enc%2Fmod.rs;fp=nihav-indeo%2Fsrc%2Fcodecs%2Findeo3enc%2Fmod.rs;h=1c6bf77bc1972fe2cc10c6ee42bacd53d3a1bbc0;hp=84764eca64cb10e44d4baefcb4b66f69bba49ec5;hb=f5c61879b56145c3fe371edeb58fb3b7abd94851;hpb=bafe9cd4a4016dc550e2cd5311628024c8368023 diff --git a/nihav-indeo/src/codecs/indeo3enc/mod.rs b/nihav-indeo/src/codecs/indeo3enc/mod.rs index 84764ec..1c6bf77 100644 --- a/nihav-indeo/src/codecs/indeo3enc/mod.rs +++ b/nihav-indeo/src/codecs/indeo3enc/mod.rs @@ -590,7 +590,7 @@ mod test { let enc_options = &[ NAOption { name: super::TRY_AGAIN_OPTION, value: NAValue::Bool(true) }, ]; - encode_test("indeo3.avi", enc_options, Some(4), &[0xc23464a1, 0xd319a38f, 0x7421165e, 0x42786e50]); + encode_test("indeo3.avi", enc_options, Some(4), &[0x17d742bc, 0x6f4c1200, 0x79422bac, 0xc46b5dd0]); } /*#[test] fn test_indeo3_roundtrip() {