mkvtoolnix/tests/test-299ts_ghost_entries_in_pmt.rb
2011-09-17 00:48:56 +02:00

14 lines
221 B
Ruby

#!/usr/bin/ruby -w
class T_299ts_ghost_entries_in_pmt < Test
def description
"mkvmerge / MPEG ts: ghost entries in PMT"
end
def run
merge "data/ts/mp3_listed_in_pmt_but_no_data.ts"
hash_tmp
end
end