mkvtoolnix/tests/test-271ogg_flac_1_1_1.rb
Moritz Bunkus c95f27a1f6 Support Ogg FLAC spec v1.1.1
Fix for bug 488.
2010-05-28 15:05:42 +02:00

14 lines
219 B
Ruby

#!/usr/bin/ruby -w
class T_271ogg_flac_1_1_1 < Test
def description
return "mkvmerge / FLAC in Ogg spec version v1.1.1"
end
def run
merge "data/ogg/oggflac-post-1-1-1.ogg"
return hash_tmp
end
end