mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-27 05:14:47 +00:00
14 lines
221 B
Ruby
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
|
||
|
|