mkvtoolnix/tests/test-489dts_es.rb
Moritz Bunkus a21e1b1650 DTS common: recognize DTS-ES
Implements #1157.
2015-04-03 12:03:25 +02:00

7 lines
167 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_489dts_es
describe "mkvmerge / identify DTS-ES"
%w{dts/dts-es.dts ts/dts-es.m2ts vob/dts-es.vob}.each { |file| test_identify "data/#{file}" }