mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
14 lines
225 B
Ruby
14 lines
225 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
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
|
|
|