mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
14 lines
242 B
Ruby
14 lines
242 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_209ac3misdeetected_as_mpeges < Test
|
||
|
def description
|
||
|
return "mkvmerge / AC3 misdetected as MPEG-ES / in(AC3)"
|
||
|
end
|
||
|
|
||
|
def run
|
||
|
merge("data/simple/misdetected_as_mpeges.ac3")
|
||
|
return hash_tmp
|
||
|
end
|
||
|
end
|
||
|
|