Add more video properties to content properties dialog.
[dcpomatic.git] / src / lib / video_content.h
index 01e3cb2aab7e876a571bde5f02efa44c43dfc2e1..71c20e7373d772c822ef4b029b0a9dc612603379 100644 (file)
@@ -164,6 +164,7 @@ public:
 
 protected:
        void take_from_video_examiner (boost::shared_ptr<VideoExaminer>);
+       void add_properties (std::list<std::pair<std::string, std::string> > &) const;
 
        Frame _video_length;
        float _video_frame_rate;