mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
10 lines
253 B
Ruby
Executable File
10 lines
253 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_583dvbsub_four_bytes_codecprivate
|
|
describe "mkvmerge / DVB subtitles in Matroska with CodecPrivate missing the subtitling type byte"
|
|
|
|
file = "data/subtitles/dvbsub/codecprivate_four_bytes.mkv"
|
|
|
|
test_identify file
|
|
test_merge file
|