mkvtoolnix/tests/test-625h264_fix_bitstream_timing_info_in_framed_packetizer.rb
Moritz Bunkus 89ee5e50f3 AVC packetizer (framed): fix bitstream timing info updates all SPS NALUs
When mkvmerge is told to `--fix-bitstream-timing-information`, it will
now update all SPS NALUs, not just the ones in the AVCC.

Part of the fix for #1673.
2017-12-18 20:38:59 +01:00

6 lines
276 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_625h264_fix_bitstream_timing_info_in_framed_packetizer
describe "mkvmerge / h.264 framed output module, fixing bitstream timing info in all SPS"
test_merge "data/h264/10i.mkv", :args => "--default-duration 0:10i --fix-bitstream-timing-information 0:1"