mkvtoolnix/tests/test-235wav_fmt_chunk_length.rb

14 lines
242 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
class T_235wav_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