mkvtoolnix/tests/test-232h264_changing_sps_pps.rb
Moritz Bunkus b56918d388
all: use H.264 instead of h.264
Part of the fix of #2600.
2019-08-10 14:29:54 +02:00

13 lines
239 B
Ruby
Executable File

#!/usr/bin/ruby -w
class T_232h264_changing_sps_pps < Test
def description
return "mkvmerge / H.264 with changing SPS/PPS NALUs / in(h264)"
end
def run
merge("data/h264/changing-sps-pps.h264")
return hash_tmp
end
end