mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
5d2f7eb039
Fixes certain misdetection scenarios.
13 lines
239 B
Ruby
Executable File
13 lines
239 B
Ruby
Executable File
#!/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
|