mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-27 05:14:47 +00:00
13 lines
198 B
Ruby
Executable File
13 lines
198 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
class T_328dts_detected_as_ac3 < Test
|
|
def description
|
|
"mkvmerge / DTS detected as AC-3"
|
|
end
|
|
|
|
def run
|
|
merge "data/dts/misdetected-as-ac3.dts"
|
|
hash_tmp
|
|
end
|
|
end
|