mkvtoolnix/tests/test-0228h264_no_idr_slices.rb
2021-07-07 16:10:13 +02:00

14 lines
229 B
Ruby

#!/usr/bin/ruby -w
class T_0228h264_no_idr_slices < Test
def description
return "mkvmerge / h264 raw without IDR slices / in(h264)"
end
def run
merge("data/h264/no-idr-slices.h264")
return hash_tmp
end
end