summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-08 15:40:19 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-08 15:40:19 +0100
commit9e871b60fc7430650f239cfd9291ab65cb5aeba8 (patch)
treecfc77d0079fef2aeeb896fe6c7e50716fc696fa1 /examples
parent656519fb0028c90fd16c1cc13103177ccd52664d (diff)
Require only DCP::add() for the CPL; other assets found by looking in the CPL.
Diffstat (limited to 'examples')
-rw-r--r--examples/make_dcp.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/make_dcp.cc b/examples/make_dcp.cc
index 7b15e5e0..ae7890a5 100644
--- a/examples/make_dcp.cc
+++ b/examples/make_dcp.cc
@@ -105,8 +105,6 @@ main ()
/* Write the DCP */
dcp::DCP dcp ("DCP");
dcp.add (cpl);
- dcp.add (picture_asset);
- dcp.add (sound_asset);
dcp.write_xml (dcp::SMPTE);
return 0;