mkvtoolnix/tests/test-038X_ac3.rb

13 lines
162 B
Ruby
Raw Normal View History

2004-09-20 17:25:37 +00:00
#!/usr/bin/ruby -w
class T_038X_ac3 < Test
def description
return "mkvextract / raw AC3 / out(AC3)"
end
def run
return xtr_tracks_s(4)
end
end