mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-28 13:57:22 +00:00
14 lines
208 B
Ruby
14 lines
208 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_302pat_pmt_only_once < Test
|
||
|
def description
|
||
|
"mkvmerge / TS with only one copy of PAT & PMT"
|
||
|
end
|
||
|
|
||
|
def run
|
||
|
merge "data/ts/pat_pmt_only_once.ts"
|
||
|
hash_tmp
|
||
|
end
|
||
|
end
|
||
|
|