mkvtoolnix/tests/test-469avi_keyframes.rb
Moritz Bunkus 2c54a35ca6 avilib: only put 0x10 into key frame index field
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).
2015-02-25 22:41:25 +01:00

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"