mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-27 05:14:47 +00:00
14 lines
226 B
Ruby
14 lines
226 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/wav/wav_with_pcm_detected_as_dts.wav"
|
|
hash_tmp
|
|
end
|
|
end
|
|
|