mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-18 07:55:03 +00:00
14 lines
198 B
Ruby
14 lines
198 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_328dts_detected_as_ac3 < Test
|
||
|
def description
|
||
|
"mkvmerge / DTS detected as AC3"
|
||
|
end
|
||
|
|
||
|
def run
|
||
|
merge "data/dts/misdetected-as-ac3.dts"
|
||
|
hash_tmp
|
||
|
end
|
||
|
end
|
||
|
|