mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
14 lines
229 B
Ruby
14 lines
229 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_319wav_with_pcm_detected_as_dts < Test
|
||
|
def description
|
||
|
"mkvmerge / WAV with PCM detected as DTS"
|
||
|
end
|
||
|
|
||
|
def run
|
||
|
merge "data/simple/wav_with_pcm_detected_as_dts.wav"
|
||
|
hash_tmp
|
||
|
end
|
||
|
end
|
||
|
|