mkvtoolnix/tests/test-007oggvorbis.rb
2004-08-25 17:23:07 +00:00

13 lines
192 B
Ruby

#!/usr/bin/ruby -w
class T_007oggvorbis < Test
def description
return "mkvmerge / audio only / in(Vorbis in Ogg)"
end
def run
merge("data/v.ogg")
return hash_tmp
end
end