mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
b56918d388
Part of the fix of #2600.
13 lines
224 B
Ruby
Executable File
13 lines
224 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
class T_276h264_without_nalus_in_avi < Test
|
|
def description
|
|
return "mkvmerge / H.264 without NALUs in AVI"
|
|
end
|
|
|
|
def run
|
|
merge "data/avi/h264-without-nalus.avi"
|
|
return hash_tmp
|
|
end
|
|
end
|