We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6dca09 commit 2bce2ceCopy full SHA for 2bce2ce
mp4parse/tests/public.rs
@@ -156,6 +156,9 @@ fn public_audio_tenc() {
156
assert!(tenc.is_encrypted > 0);
157
assert_eq!(tenc.iv_size, 16);
158
assert_eq!(tenc.kid, kid);
159
+ assert_eq!(tenc.crypt_byte_block_count, None);
160
+ assert_eq!(tenc.skip_byte_block_count, None);
161
+ assert_eq!(tenc.constant_iv, None);
162
} else {
163
assert!(false, "Invalid test condition");
164
}
@@ -207,6 +210,9 @@ fn public_video_cenc() {
207
210
208
211
209
212
213
214
215
216
217
218
0 commit comments