Test case for the fix for bug 486

This commit is contained in:
Moritz Bunkus 2010-04-27 12:30:43 +02:00
parent 18375a906d
commit d3afc8525f
2 changed files with 14 additions and 0 deletions

View File

@ -111,3 +111,4 @@ T_260version_numbers:ok:passed:20100120-131720
T_261line_endings_in_text_files:55f11f50da1af7e3a952f09c81feba57-55f11f50da1af7e3a952f09c81feba57-55f11f50da1af7e3a952f09c81feba57:passed:20100315-151719
T_262level1_with_size_0:01572ad10c94f4c08a4be705f7e5277b:passed:20100407-131350
T_263ass_missing_text_in_format:2640dcc0b1ae1e80baf05e17abfab5ca-273e8eb33584686874e52a94a0304cf7:passed:20100411-181436
T_264avc_es_from_lavf_with_native_codecid:3f4de266b00a9a9bd5198a84e5b604ca:passed:20100427-123025

View File

@ -0,0 +1,13 @@
#!/usr/bin/ruby -w
class T_264avc_es_from_lavf_with_native_codecid < Test
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