X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_examiner.h;h=21aa8d3ab58537de5c4446f899f94d4bcc4bb459;hb=48841aa4a4aa4704e1e054b294bac23996be6dd0;hp=c1ba54deed3c34f29d52ed980a6f68c6f5a704ea;hpb=736745c86cefc6d5d4d8098799efc86f0f639061;p=dcpomatic.git diff --git a/src/lib/dcp_examiner.h b/src/lib/dcp_examiner.h index c1ba54dee..21aa8d3ab 100644 --- a/src/lib/dcp_examiner.h +++ b/src/lib/dcp_examiner.h @@ -123,6 +123,14 @@ public: return _markers; } + std::vector ratings () const { + return _ratings; + } + + std::string content_version () const { + return _content_version; + } + private: boost::optional _video_frame_rate; boost::optional _video_size; @@ -146,4 +154,6 @@ private: std::string _cpl; std::list _reel_lengths; std::map _markers; + std::vector _ratings; + std::string _content_version; };