mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
d0c7145a88
This is a workaround for wrong values at the container level (in the `stsd` atom). Implements #2714.
8 lines
276 B
Ruby
Executable File
8 lines
276 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_686container_wrong_num_channels
|
|
describe "mkvmerge / ALAC in MP4 with wrong number of channels in `stsd` atom"
|
|
test "identification" do
|
|
identify_json("data/alac/container_wrong_num_channels.m4a")["tracks"][0]["properties"]["audio_channels"] == 6
|
|
end
|