diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-08 23:28:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-08 23:28:17 +0100 |
| commit | 6425742f95a4c2e539061b29016a4a5bd10ac9ae (patch) | |
| tree | 9dd986f6ca187071811b7b94f3e5dc4e08c71988 /examples | |
| parent | 635c3ae7aee1cad4b871fcf0ddf02a8be1cdce78 (diff) | |
| parent | 9e871b60fc7430650f239cfd9291ab65cb5aeba8 (diff) | |
Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/make_dcp.cc | 2 |
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; |
