From af87bfc82beee0b0600558c84c3843dfd5a252f6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 4 May 2013 11:13:04 +0100 Subject: Split metadata into XML and MXF bits; remove singleton. --- examples/make_dcp.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/make_dcp.cc b/examples/make_dcp.cc index 06dd05ab..0d6a8215 100644 --- a/examples/make_dcp.cc +++ b/examples/make_dcp.cc @@ -108,7 +108,8 @@ main () /* Finally, we call this to write the XML description files to the DCP. After this, the DCP is ready to ingest and play. */ - dcp.write_xml (); + libdcp::XMLMetadata metadata; + dcp.write_xml (metadata); return 0; } -- cgit v1.2.3