summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc
index 13bef5a24..f6c1163eb 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -1448,7 +1448,7 @@ FilmEditor::setup_minimum_audio_channels ()
_pad_with_silence->SetValue (_film->audio_stream()->channels() < _film->minimum_audio_channels());
AudioMapping m (_film);
- _minimum_audio_channels->SetRange (m.minimum_dcp_channels(), MAX_AUDIO_CHANNELS);
+ _minimum_audio_channels->SetRange (m.minimum_dcp_channels() + 1, MAX_AUDIO_CHANNELS);
}
void