summaryrefslogtreecommitdiff
path: root/src/wx/video_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/video_panel.h')
-rw-r--r--src/wx/video_panel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h
index 5a2281150..62332a052 100644
--- a/src/wx/video_panel.h
+++ b/src/wx/video_panel.h
@@ -41,8 +41,10 @@ private:
void edit_filters_clicked ();
void ratio_changed ();
void frame_type_changed ();
+ void colour_conversion_changed ();
void setup_description ();
+ void setup_colour_conversions ();
wxChoice* _frame_type;
wxSpinCtrl* _left_crop;
@@ -54,4 +56,5 @@ private:
wxStaticText* _description;
wxStaticText* _filters;
wxButton* _filters_button;
+ wxChoice* _colour_conversion;
};