mkvtoolnix/tests/test-0264avc_es_from_lavf_with_native_codecid.rb

14 lines
290 B
Ruby
Raw Normal View History

2010-04-27 10:30:43 +00:00
#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0264avc_es_from_lavf_with_native_codecid < Test
2010-04-27 10:30:43 +00:00
def description
return "mkvmerge / AVC elementary stream from lavf with native CodecID (bug 486)"
end
def run
merge "data/mkv/avc_es_from_lavf_with_native_codecid.mkv"
return hash_tmp
end
end