diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-07 09:29:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-07 09:29:06 +0000 |
| commit | ea6240f349a27e1e8f4f03ee69640e3a2939d958 (patch) | |
| tree | 5b681e232ade7707ff20c3c6864f6cb3a110a7ba /src/wx/timing_panel.h | |
| parent | 9dc4a15bf9cd11e076d35dc71041b3149128877c (diff) | |
Allow moving-still-image sources to have their frame rate specified.
Diffstat (limited to 'src/wx/timing_panel.h')
| -rw-r--r-- | src/wx/timing_panel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/timing_panel.h b/src/wx/timing_panel.h index ab859a1be..d9696a201 100644 --- a/src/wx/timing_panel.h +++ b/src/wx/timing_panel.h @@ -35,10 +35,14 @@ private: void trim_start_changed (); void trim_end_changed (); void play_length_changed (); + void video_frame_rate_changed (); + void set_video_frame_rate (); Timecode* _position; Timecode* _full_length; Timecode* _trim_start; Timecode* _trim_end; Timecode* _play_length; + wxTextCtrl* _video_frame_rate; + wxButton* _set_video_frame_rate; }; |
