mkvtoolnix/tests/test-003ac3.rb
2004-08-30 22:17:55 +00:00

13 lines
183 B
Ruby

#!/usr/bin/ruby -w
class T_003ac3 < Test
def description
return "mkvmerge / audio only / in(AC3)"
end
def run
merge("data/simple/v.ac3")
return hash_tmp
end
end