mkvtoolnix/tests/test-319wav_with_pcm_detected_as_dts.rb

14 lines
229 B
Ruby
Raw Normal View History

#!/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