mkvtoolnix/tests/test-0272dirac.rb
2021-07-07 16:10:13 +02:00

14 lines
188 B
Ruby

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