mkvtoolnix/tests/test-0235wav_fmt_chunk_length.rb
2021-07-07 16:10:13 +02:00

14 lines
243 B
Ruby

#!/usr/bin/ruby -w
class T_0235wav_fmt_chunk_length < Test
def description
return "mkvmerge / WAV files with unusual 'fmt' chunk length / in(WAV)"
end
def run
merge("data/wav/dts-sample.dts.wav")
return hash_tmp
end
end