aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2023-05-24 19:33:17 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2023-05-25 17:51:26 +0200
commitd72be413a3dead75fadd0a6abc3cf9b15da7ce79 (patch)
tree24597d8acf51506d406f0ae8bd94a3fdf0b98f09
parentdcbb8668f806e9e9018f54936b419e4bf9163039 (diff)
downloadnihav-d72be413a3dead75fadd0a6abc3cf9b15da7ce79.tar.gz
zmbvenc: update checksums after deflate changes
-rw-r--r--nihav-commonfmt/src/codecs/zmbvenc.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/nihav-commonfmt/src/codecs/zmbvenc.rs b/nihav-commonfmt/src/codecs/zmbvenc.rs
index 332cc0e..52e02e5 100644
--- a/nihav-commonfmt/src/codecs/zmbvenc.rs
+++ b/nihav-commonfmt/src/codecs/zmbvenc.rs
@@ -596,7 +596,7 @@ mod test {
];
//test_encoding_to_file(&dec_config, &enc_config, enc_params, enc_options);
test_encoding_md5(&dec_config, &enc_config, enc_params, enc_options,
- &[0x08615111, 0x6f644a35, 0xa4e28f32, 0x35d2e66c]);
+ &[0x18bd3754, 0x97007f81, 0xff2bcd07, 0x739c48dc]);
}
#[test]
@@ -643,7 +643,7 @@ mod test {
];
//test_encoding_to_file(&dec_config, &enc_config, enc_params, enc_options);
test_encoding_md5(&dec_config, &enc_config, enc_params, enc_options,
- &[0x1cff4116, 0x5926d91b, 0x60aac53f, 0x8a22bc7b]);
+ &[0x00311257, 0xd26a0e9e, 0xfd4b003f, 0x7c962d7b]);
}
#[test]
@@ -690,7 +690,7 @@ mod test {
];
//test_encoding_to_file(&dec_config, &enc_config, enc_params, enc_options);
test_encoding_md5(&dec_config, &enc_config, enc_params, enc_options,
- &[0xb48aa633, 0x673539fe, 0xa312d45a, 0x76eee134]);
+ &[0x4eea104f, 0x2ebe544b, 0x54deb0f9, 0xe5ca88f4]);
}
#[test]
@@ -737,6 +737,6 @@ mod test {
];
//test_encoding_to_file(&dec_config, &enc_config, enc_params, enc_options);
test_encoding_md5(&dec_config, &enc_config, enc_params, enc_options,
- &[0x0836152c, 0xfcd7e1fc, 0xf1e2f619, 0x874d3dbc]);
+ &[0xffceb4bd, 0xb1beccd9, 0x4983e7f6, 0xf46e33ba]);
}
}