Very basics of colour conversion configuration.
[dcpomatic.git] / src / wx / video_panel.h
index 5a22811505239289ef4cd016de58cad6f9ccf424..62332a0520ae13c8985638c26f22a4e5f6eefcf1 100644 (file)
@@ -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;
 };