File: test-204wavpack_without_correctiondata.rb

package info (click to toggle)
mkvtoolnix 2.7.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,588 kB
  • ctags: 7,821
  • sloc: cpp: 58,096; ansic: 5,764; sh: 3,037; ruby: 1,458; makefile: 635; perl: 249; xml: 161
file content (13 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/ruby -w

class T_204wavpack_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