mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
13 lines
240 B
Ruby
Executable File
13 lines
240 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
class T_209ac3misdeetected_as_mpeges < Test
|
|
def description
|
|
return "mkvmerge / AC-3 misdetected as MPEG-ES / in(AC-3)"
|
|
end
|
|
|
|
def run
|
|
merge("data/ac3/misdetected_as_mpeges.ac3")
|
|
return hash_tmp
|
|
end
|
|
end
|