mkvtoolnix/tests/test-0229rav3_in_rm.rb

14 lines
217 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0229rav3_in_rm < Test
def description
return "mkvmerge / RealAudio v3 in RealMedia / in(RM)"
end
def run
merge("data/rm/ra3_in_rm_file.rm", 1)
return hash_tmp
end
end