mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
13 lines
241 B
Ruby
Executable File
13 lines
241 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
class T_0209ac3misdeetected_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
|