Add support for no-scale of the input video.
[dcpomatic.git] / src / wx / video_panel.h
index 2f0c97cb7643f399fbfbd4635972ae39d41b990a..99633491d835ea9948538ad696459035e5f16876 100644 (file)
@@ -41,12 +41,12 @@ private:
 
        void setup_description ();
 
-       ContentChoice<VideoContent, VideoFrameType>* _frame_type;
-       ContentSpinCtrl<VideoContent>*               _left_crop;
-       ContentSpinCtrl<VideoContent>*               _right_crop;
-       ContentSpinCtrl<VideoContent>*               _top_crop;
-       ContentSpinCtrl<VideoContent>*               _bottom_crop;
-       ContentChoice<VideoContent, Ratio const *>*  _ratio;
+       ContentChoice<VideoContent, VideoFrameType>*    _frame_type;
+       ContentSpinCtrl<VideoContent>*                  _left_crop;
+       ContentSpinCtrl<VideoContent>*                  _right_crop;
+       ContentSpinCtrl<VideoContent>*                  _top_crop;
+       ContentSpinCtrl<VideoContent>*                  _bottom_crop;
+       ContentChoice<VideoContent, VideoContentScale>* _scale;
        wxStaticText* _description;
        wxStaticText* _filters;
        wxButton* _filters_button;