summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/dcp_panel.cc')
-rw-r--r--src/wx/dcp_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc
index bd83a7a47..10df6bbce 100644
--- a/src/wx/dcp_panel.cc
+++ b/src/wx/dcp_panel.cc
@@ -697,7 +697,7 @@ void
DCPPanel::setup_audio_channels_choice ()
{
vector<pair<string, string> > items;
- for (int i = minimum_allowed_audio_channels(); i <= 12; i += 2) {
+ for (int i = minimum_allowed_audio_channels(); i <= 16; i += 2) {
items.push_back (make_pair (dcp::raw_convert<string> (i), dcp::raw_convert<string> (i)));
}