mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
d729e56f2e
Fix for bug 613.
14 lines
224 B
Ruby
14 lines
224 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_290seven_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
|
|
|