mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
14 lines
231 B
Ruby
14 lines
231 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_034ac3misdetected_as_mp2 < Test
|
|
def description
|
|
return "mkvmerge / AC3 misdetected as MP2 / in(AC3)"
|
|
end
|
|
|
|
def run
|
|
merge("data/simple/misdetected_as_mp2.ac3")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|