mkvtoolnix/tests/test-226h264.rb
2007-02-08 10:15:48 +00:00

14 lines
193 B
Ruby

#!/usr/bin/ruby -w
class T_226h264 < Test
def description
return "mkvmerge / h264 raw / in(h264)"
end
def run
merge("data/h264/IcePrincess.h264")
return hash_tmp
end
end