diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-04 14:45:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-04 14:45:31 +0000 |
| commit | e18e48ce04852c5418099a9f1e4c6928eb03cbd7 (patch) | |
| tree | 916c7f7594e6b0da74162366545d36976f7171c3 /examples/read_dcp.cc | |
| parent | 59e8364fd9390d3285e15a5491c7b1876fe9696b (diff) | |
Make specific DCP CPL class.
Diffstat (limited to 'examples/read_dcp.cc')
| -rw-r--r-- | examples/read_dcp.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/read_dcp.cc b/examples/read_dcp.cc index 4e3f4836..fcb11d07 100644 --- a/examples/read_dcp.cc +++ b/examples/read_dcp.cc @@ -24,7 +24,7 @@ */ #include "dcp.h" -#include "cpl.h" +#include "dcp_cpl.h" #include "reel.h" #include "reel_picture_asset.h" #include "mono_picture_frame.h" @@ -75,7 +75,7 @@ main () } /* Take the first CPL */ - boost::shared_ptr<dcp::CPL> cpl = dcp.cpls().front (); + boost::shared_ptr<dcp::DCPCPL> cpl = dcp.cpls().front (); /* Get the picture asset in the first reel */ boost::shared_ptr<dcp::MonoPictureAsset> picture_asset = boost::dynamic_pointer_cast<dcp::MonoPictureAsset> ( |
