summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-17 10:23:30 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-17 10:23:30 +0100
commit4f5ed209efcbc34fbc5c07053700c57daeaa3c66 (patch)
tree234aa325e358923ce335dfbefdcd55acd5deede9
parente758024e07b64098dfdb67dcd54c828e374ca7b6 (diff)
Use http://www.digicine.com/PROTO-ASDCP-VL-20040311# for the VOLINDEX namespace so as to get a slightly easier life.
-rw-r--r--src/dcp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp.cc b/src/dcp.cc
index b633c499..b089eee1 100644
--- a/src/dcp.cc
+++ b/src/dcp.cc
@@ -81,7 +81,7 @@ static string const assetmap_interop_ns = "http://www.digicine.com/PROTO-ASDCP-A
static string const assetmap_smpte_ns = "http://www.smpte-ra.org/schemas/429-9/2007/AM";
static string const pkl_interop_ns = "http://www.digicine.com/PROTO-ASDCP-PKL-20040311#";
static string const pkl_smpte_ns = "http://www.smpte-ra.org/schemas/429-8/2007/PKL";
-static string const volindex_interop_ns = "http://www.digicine.com/PROTO-ASDCP-AM-20040311#";
+static string const volindex_interop_ns = "http://www.digicine.com/PROTO-ASDCP-VL-20040311#";
static string const volindex_smpte_ns = "http://www.smpte-ra.org/schemas/429-9/2007/AM";
DCP::DCP (boost::filesystem::path directory)