Untested use of Frame for video/audio content lengths.
[dcpomatic.git] / src / wx / video_panel.h
index aa0c6ed531af796a4fdc54df2c4f83e8b3957262..9c496c4ee3a4d08b6b9a56bbfb45c39995f8f2d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -45,6 +45,7 @@ public:
 
 private:
        void edit_filters_clicked ();
+       void enable_colour_conversion_clicked ();
        void edit_colour_conversion_clicked ();
        void fade_in_changed ();
        void fade_out_changed ();
@@ -62,6 +63,7 @@ private:
        wxStaticText* _description;
        wxStaticText* _filters;
        wxButton* _filters_button;
+       wxCheckBox* _enable_colour_conversion;
        wxStaticText* _colour_conversion;
        wxButton* _colour_conversion_button;
 };