mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
2c54a35ca6
The dwFlags field in idx1 chunks can have other bits set, too. However, the code in AVI_read_frame() needs it to be equal to 0x10 (which is AVIIF_KEYFRAME from the aviriff.h header).
6 lines
160 B
Ruby
Executable File
6 lines
160 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_469avi_keyframes
|
|
describe "mkvmerge / AVI with key frames whose dwFlags index field equals 0x12"
|
|
test_merge "data/avi/dwflags-0x12.avi"
|