mkvtoolnix/tests/test-296video_frames_duration_0.rb
2011-07-09 14:45:10 +02:00

14 lines
228 B
Ruby

#!/usr/bin/ruby -w
class T_296video_frames_duration_0 < Test
def description
"mkvmerge / Matroska files, block group with explicit duration 0"
end
def run
merge "data/webm/out_video.webm"
hash_tmp
end
end