From 445f2495fbb0885132d3a6c8e7a1e135cbac3cce Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 3 Sep 2020 20:42:47 +0200 Subject: [PATCH] Add another .xsd. --- src/verify.cc | 2 ++ xsd/SMPTE-429-10-2008.xsd | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 xsd/SMPTE-429-10-2008.xsd diff --git a/src/verify.cc b/src/verify.cc index ddf308ca..f888c62d 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -208,6 +208,7 @@ public: add("http://www.smpte-ra.org/schemas/428-7/2010/DCST.xsd", "SMPTE-428-7-2010-DCST.xsd"); add("http://www.smpte-ra.org/schemas/429-16/2014/CPL-Metadata", "SMPTE-429-16.xsd"); add("http://www.dolby.com/schemas/2012/AD", "Dolby-2012-AD.xsd"); + add("http://www.smpte-ra.org/schemas/429-10/2008/Main-Stereo-Picture-CPL", "SMPTE-429-10-2008.xsd"); } InputSource* resolveEntity(XMLCh const *, XMLCh const * system_id) @@ -285,6 +286,7 @@ validate_xml (T xml, boost::filesystem::path xsd_dtd_directory, list + + + + + -- 2.30.2