mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
e01a644575
Fixes #2715.
8 lines
225 B
Ruby
Executable File
8 lines
225 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_697dts_es_xch
|
|
describe "mkvmerge / channel count of DTS-ES with XCh extension"
|
|
test "identification" do
|
|
identify_json("data/dts/dts-es-xch.dts")["tracks"][0]["properties"]["audio_channels"] == 7
|
|
end
|