X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdcp_examiner.h;h=232d7f0d87ec2ceebade13de4422530af191c145;hp=cb68aa523c5235cd726361e40b47c793c763ff1f;hb=c78e9f0d5e802e1bb020694870357ef271217628;hpb=be48763fb25bf516bd394827979342a30f2a594c diff --git a/src/lib/dcp_examiner.h b/src/lib/dcp_examiner.h index cb68aa523..232d7f0d8 100644 --- a/src/lib/dcp_examiner.h +++ b/src/lib/dcp_examiner.h @@ -134,8 +134,8 @@ public: return _ratings; } - std::string content_version () const { - return _content_version; + std::vector content_versions () const { + return _content_versions; } bool has_atmos () const { @@ -176,7 +176,7 @@ private: std::list _reel_lengths; std::map _markers; std::vector _ratings; - std::string _content_version; + std::vector _content_versions; bool _has_atmos; Frame _atmos_length; dcp::Fraction _atmos_edit_rate;