mkvtoolnix/tests/test-0272dirac.rb

14 lines
188 B
Ruby
Raw Normal View History

2010-05-30 12:42:52 +00:00
#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0272dirac < Test
2010-05-30 12:42:52 +00:00
def description
return "mkvmerge / Dirac elementary stream"
end
def run
merge "data/dirac/v.drc"
return hash_tmp
end
end