Test case for dd8af67

This commit is contained in:
Moritz Bunkus 2011-10-09 11:32:00 +02:00
parent dd8af67083
commit 70895f4b6d
2 changed files with 14 additions and 0 deletions

View File

@ -150,3 +150,4 @@ T_300ts_dts_duplicate_timestamps:20dc3a1cefa6b222f637d50a8e5009b0:passed:2011091
T_301ts_pgssub:288073767e64ed273d1c7f528c673d25:passed:20110918-154732:1.237027466
T_302pat_pmt_only_once:073d3fe1f12db53521285ea4b5df8aed:passed:20110927-222121:0.240361843
T_303mpeg_ts_eac3_pmt_descriptor_tag_0x7a:5647f48b42ebb93f43d70523e08df7eb:passed:20111008-150823:2.078023996
T_304eac3_pes_private_but_no_pmt_descriptor_tag:4ed5e05b2f95f0cb75db433ed1040050:passed:20111009-113137:2.473216604

View File

@ -0,0 +1,13 @@
#!/usr/bin/ruby -w
class T_304eac3_pes_private_but_no_pmt_descriptor_tag < Test
def description
"mkvmerge / MPEG TS with EAC3 in PES private missing its PMT descriptor tag"
end
def run
merge "data/ts/eac3_pes_private_but_no_pmt_descriptor_tag.ts"
hash_tmp
end
end