diff options
Diffstat (limited to 'src/wx/film_editor.h')
| -rw-r--r-- | src/wx/film_editor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index da9bb0301..4adea2bc9 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -82,6 +82,8 @@ private: void subtitle_stream_changed (wxCommandEvent &); void use_audio_changed (wxCommandEvent &); void external_audio_changed (wxCommandEvent &); + void dcp_frame_rate_changed (wxCommandEvent &); + void best_dcp_frame_rate_clicked (wxCommandEvent &); /* Handle changes to the model */ void film_changed (Film::Property); @@ -159,6 +161,8 @@ private: wxChoice* _dcp_content_type; /** The Film's source frame rate */ wxStaticText* _source_frame_rate; + wxChoice* _dcp_frame_rate; + wxButton* _best_dcp_frame_rate; /** The Film's original size */ wxStaticText* _original_size; /** The Film's length */ |
