diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-04 16:44:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-04 16:44:20 +0000 |
| commit | 3753cb8685e1755b067676345a5871db24149d0f (patch) | |
| tree | 96dbcc8bd10583fcb1ee23823855b0e8ea7aa0fd /src/wx/video_panel.h | |
| parent | f0738a22fc7555c306d49bcd1c356ce210e2c0e2 (diff) | |
Add support for no-scale of the input video.
Requested-by: Gérald Maruccia
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index 2f0c97cb7..99633491d 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -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; |
