mkvtoolnix/tests/test-006oggflac.rb
2004-08-22 14:28:12 +00:00

13 lines
200 B
Ruby

#!/usr/bin/ruby -w
class T_006oggflac < Test
def initialize
@description = "mkvmerge / audio only / in(FLAC in Ogg)"
end
def run
merge("data/v.flac.ogg")
return hash_tmp
end
end