mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-12 13:14:38 +00:00
10 lines
253 B
Ruby
10 lines
253 B
Ruby
|
#!/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
|