diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-01 00:27:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-01 00:27:57 +0100 |
| commit | b68fb4c103b5580509070c7733d3ae7deb46c3ce (patch) | |
| tree | 32f0c602e1ff5666d6c7dde77ab0d8bcb56b87ab /src/wx/video_panel.h | |
| parent | dfb23250338ceccbe0fc4e405db6e4df4875a225 (diff) | |
Basics of allowing video parts of FFmpegContent to be disabled (#1355 and others).
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index b13228d2d..ad0ba402a 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -46,6 +46,7 @@ public: void content_selection_changed (); private: + void use_clicked (); void reference_clicked (); void edit_filters_clicked (); void colour_conversion_changed (); @@ -60,6 +61,7 @@ private: wxCheckBox* _reference; wxStaticText* _reference_note; + wxCheckBox* _use; wxStaticText* _type_label; ContentChoice<VideoContent, VideoFrameType>* _frame_type; wxStaticText* _left_crop_label; |
