mkvtoolnix/tests/test-272dirac.rb
2010-05-30 18:25:43 +02:00

14 lines
187 B
Ruby

#!/usr/bin/ruby -w
class T_272dirac < Test
def description
return "mkvmerge / Dirac elementary stream"
end
def run
merge "data/dirac/v.drc"
return hash_tmp
end
end