Allow no-stretch scaling of video content.
[dcpomatic.git] / src / lib / video_content.h
index 81325516d53ba547ccd2163daad318623e30760c..36920977661169b0ccb1c1fb0d758cc4794a248e 100644 (file)
@@ -87,6 +87,7 @@ public:
 
        void set_ratio (Ratio const *);
 
+       /** @return ratio to scale to, or 0 if the content's own ratio should be preserved. */
        Ratio const * ratio () const {
                boost::mutex::scoped_lock lm (_mutex);
                return _ratio;
@@ -98,6 +99,7 @@ public:
        }
 
        libdcp::Size video_size_after_3d_split () const;
+       libdcp::Size video_size_after_crop () const;
 
 protected:
        void take_from_video_examiner (boost::shared_ptr<VideoExaminer>);