summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-03-25 00:22:16 +0000
committerCarl Hetherington <cth@carlh.net>2015-03-25 00:22:16 +0000
commitb6e388dc3ea1ab37711f50bbc28a93f48de98db3 (patch)
tree85f151006aa1fc151d39b89671b155bc97077531 /src/wx/dcp_panel.h
parent5f6d9c16df8e0b49160353354dccbcbdd1e57e9d (diff)
Hand-apply ec3e6abf817b84d589f0782b01f5059dd3bf0953; only allow even
DCP audio channel counts between 2 and 16 inclusive.
Diffstat (limited to 'src/wx/dcp_panel.h')
-rw-r--r--src/wx/dcp_panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h
index 060ec31ff..655472264 100644
--- a/src/wx/dcp_panel.h
+++ b/src/wx/dcp_panel.h
@@ -95,7 +95,7 @@ private:
wxChoice* _frame_rate_choice;
wxSpinCtrl* _frame_rate_spin;
wxSizer* _frame_rate_sizer;
- wxSpinCtrl* _audio_channels;
+ wxChoice* _audio_channels;
wxButton* _best_frame_rate;
wxCheckBox* _three_d;
wxChoice* _resolution;