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