diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-24 23:29:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-24 23:29:39 +0100 |
| commit | 92784c9c28c48859578cd6e75aa01d5657d0c341 (patch) | |
| tree | 595a34ecd2c59bf9d3dbcfa0c6f0a91b17ecfa5b /src/wx/video_panel.h | |
| parent | 6c78f6d31a457ad34fb14b7c926fb418b4d6790d (diff) | |
Basic ability to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index 8e9a77cab..b13228d2d 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -50,6 +50,7 @@ private: void edit_filters_clicked (); void colour_conversion_changed (); void edit_colour_conversion_clicked (); + void range_changed (); void fade_in_changed (); void fade_out_changed (); void add_to_grid (); @@ -82,4 +83,6 @@ private: wxStaticText* _colour_conversion_label; wxChoice* _colour_conversion; wxButton* _edit_colour_conversion_button; + wxStaticText* _range_label; + wxChoice* _range; }; |
