mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
13 lines
239 B
Ruby
13 lines
239 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_584ac_3_misdetected_as_mp3
|
||
|
describe "mkvmerge / AC-3 misdetected as MP3"
|
||
|
|
||
|
file = "data/ac3/misdetected_as_mp3.ac3"
|
||
|
|
||
|
test "identification" do
|
||
|
identify_json(file)["container"]["type"] == "AC-3"
|
||
|
end
|
||
|
|
||
|
test_merge file
|