X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_examiner.h;h=26957b3e45b2ba31a1edc2e9ca5a82c2141cc445;hb=341f0a81591ab83b96069d6e6bb70cbf8e6cf878;hp=03d43d0f6c9f7a270ab2f2b16d147c4389ec289d;hpb=cf8bbea2de38c4e9ac140f55b27311b7b6dcd814;p=dcpomatic.git diff --git a/src/lib/dcp_examiner.h b/src/lib/dcp_examiner.h index 03d43d0f6..26957b3e4 100644 --- a/src/lib/dcp_examiner.h +++ b/src/lib/dcp_examiner.h @@ -17,6 +17,10 @@ */ +/** @file src/lib/dcp_examiner.h + * @brief DCPExaminer class. + */ + #include "video_examiner.h" #include "audio_examiner.h" @@ -27,8 +31,8 @@ class DCPExaminer : public VideoExaminer, public AudioExaminer public: DCPExaminer (boost::shared_ptr); - float video_frame_rate () const { - return _video_frame_rate.get_value_or (24); + boost::optional video_frame_rate () const { + return _video_frame_rate; } dcp::Size video_size () const {