diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-02 15:12:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-02 15:12:00 +0100 |
| commit | c157cd97740a2ba55d3e87bd9844429cc7d49ce7 (patch) | |
| tree | a27db11e3df078ef35b980ffe26f54152657932e /src/wx/dcp_panel.h | |
| parent | 0a93237cb5e4642d3b698ff9b7d0cfae5401478c (diff) | |
Apply single-processor branch manually; processor is now in Film, not AudioContent.
Diffstat (limited to 'src/wx/dcp_panel.h')
| -rw-r--r-- | src/wx/dcp_panel.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h index d2f32cc21..3aa97ad53 100644 --- a/src/wx/dcp_panel.h +++ b/src/wx/dcp_panel.h @@ -68,7 +68,8 @@ private: void burn_subtitles_toggled (); void encrypted_toggled (); void edit_key_clicked (); - + void audio_processor_changed (); + void setup_frame_rate_widget (); void setup_container (); void setup_dcp_name (); @@ -96,6 +97,7 @@ private: wxSpinCtrl* _frame_rate_spin; wxSizer* _frame_rate_sizer; wxChoice* _audio_channels; + wxChoice* _audio_processor; wxButton* _best_frame_rate; wxCheckBox* _three_d; wxChoice* _resolution; |
