mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
14 lines
245 B
Ruby
14 lines
245 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_203wavpack_with_correctiondata < Test
|
|
def description
|
|
return "mkvmerge / audio only / WavPack with correction data (*.wv)"
|
|
end
|
|
|
|
def run
|
|
merge("data/wp/with-correction.wv")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|