summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-11 12:41:09 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-11 12:41:09 +0100
commit2f848b51a4ac00f7f25691fad40841d066f867cc (patch)
treead2ecb200a0b6f58ea4133ec8336ff0a76bde2ac /src/wx/film_editor.h
parent4985bbd615df73bf92fa14ba5cd585aa051e5b12 (diff)
Basics of allowing setup of DCP audio channels.
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h2
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;