From c78e9f0d5e802e1bb020694870357ef271217628 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 27 Sep 2020 21:18:51 +0200 Subject: Fixes for new libdcp with multiple content versions. --- src/lib/dcp_content.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/dcp_content.h') diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index 6d707670f..e8532ff57 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -162,8 +162,8 @@ public: return _ratings; } - std::string content_version () const { - return _content_version; + std::vector content_versions () const { + return _content_versions; } private: @@ -214,7 +214,7 @@ private: std::list _reel_lengths; std::map _markers; std::vector _ratings; - std::string _content_version; + std::vector _content_versions; }; #endif -- cgit v1.2.3