From 9e871b60fc7430650f239cfd9291ab65cb5aeba8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 8 Jun 2015 15:40:19 +0100 Subject: Require only DCP::add() for the CPL; other assets found by looking in the CPL. --- examples/make_dcp.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples') 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; -- cgit v1.2.3