mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
14 lines
242 B
Ruby
14 lines
242 B
Ruby
#!/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
|
|
|