mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
14 lines
238 B
Ruby
14 lines
238 B
Ruby
#!/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
|
|
|