diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-09 01:11:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-09 02:41:38 +0100 |
| commit | 7987b15d5555adc506b207f32617798f85315961 (patch) | |
| tree | 20ed24a9846a46dc1739ed0a061d22b0df372a8b /src/lib/film.h | |
| parent | 783991b0f89d948f760829b923490210fb52f56a (diff) | |
Move CPLSummary into a faster version in libdcp.
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index adaff3c52..258be7f31 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -45,6 +45,7 @@ #include "types.h" #include "util.h" #include "video_encoding.h" +#include <dcp/cpl_summary.h> #include <dcp/encrypted_kdm.h> #include <dcp/file.h> #include <dcp/key.h> @@ -140,7 +141,7 @@ public: dcp::Size frame_size() const; dcp::Size active_area() const; - std::vector<CPLSummary> cpls() const; + std::vector<dcp::CPLSummary> cpls() const; std::list<DCPTextTrack> closed_text_tracks() const; |
