X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fvideo_panel.h;h=2ecf3c87f449135756c21e280c439cc63abeb6ce;hb=c205a496d1d68d23d5101024928cf40ac22a235e;hp=4bd526d499d0cd1c7d85c7425f64991211d17da7;hpb=594af3389df908a387a0e15f4a49a288e363def0;p=dcpomatic.git diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index 4bd526d49..2ecf3c87f 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -41,8 +41,9 @@ private: void edit_filters_clicked (); void ratio_changed (); void frame_type_changed (); + void edit_colour_conversion_clicked (); - void setup_scaling_description (); + void setup_description (); wxChoice* _frame_type; wxSpinCtrl* _left_crop; @@ -51,7 +52,9 @@ private: wxSpinCtrl* _bottom_crop; wxChoice* _ratio; wxStaticText* _ratio_description; - wxStaticText* _scaling_description; + wxStaticText* _description; wxStaticText* _filters; wxButton* _filters_button; + wxStaticText* _colour_conversion; + wxButton* _colour_conversion_button; };