mkvtoolnix/tests/test-0204wavpack_without_correctiondata.rb

14 lines
255 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0204wavpack_without_correctiondata < Test
def description
return "mkvmerge / audio only / WavPack without correction data (*.wv)"
end
def run
merge("data/wp/without-correction.wv")
return hash_tmp
end
end