mkvtoolnix/tests/test-223ra_cook_keyframes.rb

14 lines
238 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
class T_223ra_cook_keyframes < Test
def description
return "mkvmerge / RealAudio COOK with invalid key frame flags / in(RA)"
end
def run
merge("data/rm/R2_petshopboys.ra")
return hash_tmp
end
end