mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
466ebcb648
Fix for bug 693.
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
|
|
|