mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +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
|
||
|
|