mkvtoolnix/tests/test-0290seven_bytes_aac_codec_data.rb

14 lines
225 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0290seven_bytes_aac_codec_data < Test
def description
"mkvmerge / AAC with 7 bytes codec data in AVI"
end
def run
merge "data/avi/7_bytes_aac_codec_data.avi"
hash_tmp
end
end