Check that Interop subtitle files have at least one subtitle.
authorCarl Hetherington <cth@carlh.net>
Sun, 15 Jan 2023 22:13:49 +0000 (23:13 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 15 Jan 2023 22:14:00 +0000 (23:14 +0100)
commit4c0e03e857066a8241bfb286412f76a8c52d2760
tree3dd738b666d0b7118f225981d76a66f70620cf46
parent7b6965584cd81ee0406901d84b769946483a85b6
Check that Interop subtitle files have at least one subtitle.

It was reported on the forum that files without any <Font> or
<Subtitle> tags fail validation on EasyDCP 3.0.1 and crash
Qubemaster Pro 3.0.15.
src/verify.cc
src/verify.h
test/data/subs4.xml [new file with mode: 0644]
test/verify_test.cc