summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-25 13:34:52 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-25 13:34:52 +0100
commit5384418af0299194ecf3e27fd2e443e7d882a713 (patch)
treef98eb2909e4601d56774d1c23119b23aa91ecdb6 /examples
parentb3e7a9625f860e7d83c4077b24fe811eb9941456 (diff)
Tidy up interop API.
Diffstat (limited to 'examples')
-rw-r--r--examples/make_dcp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make_dcp.cc b/examples/make_dcp.cc
index 14b0da36..6da9cf20 100644
--- a/examples/make_dcp.cc
+++ b/examples/make_dcp.cc
@@ -109,7 +109,7 @@ main ()
is ready to ingest and play.
*/
libdcp::XMLMetadata metadata;
- dcp.write_xml (metadata);
+ dcp.write_xml (false, metadata);
return 0;
}