diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-04 00:17:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-04 00:17:53 +0100 |
| commit | 4b91800c7de893ec1bbc5a00ab245fd6c01b8b25 (patch) | |
| tree | 73e9b21610e33a84d31329f60635d327304c4cef /src/wx/content_advanced_dialog.h | |
| parent | cfba7e0f9f20e68397e41d8f979e7723425ec51b (diff) | |
Move video frame rate override into advanced prefs (#1852).
Diffstat (limited to 'src/wx/content_advanced_dialog.h')
| -rw-r--r-- | src/wx/content_advanced_dialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/content_advanced_dialog.h b/src/wx/content_advanced_dialog.h index b8c12d7b2..b01669bac 100644 --- a/src/wx/content_advanced_dialog.h +++ b/src/wx/content_advanced_dialog.h @@ -41,10 +41,14 @@ private: void edit_filters (); void filters_changed (std::vector<Filter const *> filters); void setup_filters (); + void set_video_frame_rate (); + void video_frame_rate_changed (); boost::shared_ptr<Content> _content; wxStaticText* _filters; wxButton* _filters_button; + wxTextCtrl* _video_frame_rate; + wxButton* _set_video_frame_rate; }; |
