diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-11 12:41:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-11 12:41:09 +0100 |
| commit | 2f848b51a4ac00f7f25691fad40841d066f867cc (patch) | |
| tree | ad2ecb200a0b6f58ea4133ec8336ff0a76bde2ac /src/wx/film_editor.h | |
| parent | 4985bbd615df73bf92fa14ba5cd585aa051e5b12 (diff) | |
Basics of allowing setup of DCP audio channels.
Diffstat (limited to 'src/wx/film_editor.h')
| -rw-r--r-- | src/wx/film_editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index fdc6e077d..100e47b5b 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -97,6 +97,7 @@ private: void start_changed (); void length_changed (); void ratio_changed (wxCommandEvent &); + void dcp_audio_channels_changed (wxCommandEvent &); /* Handle changes to the model */ void film_changed (Film::Property); @@ -167,6 +168,7 @@ private: wxSpinCtrl* _j2k_bandwidth; wxChoice* _dcp_content_type; wxChoice* _dcp_frame_rate; + wxSpinCtrl* _dcp_audio_channels; wxButton* _best_dcp_frame_rate; wxChoice* _audio_stream; wxStaticText* _audio_description; |
