mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
a21e1b1650
Implements #1157.
7 lines
167 B
Ruby
Executable File
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}" }
|