Handle multiple audio streams in a single piece of content
[dcpomatic.git] / src / wx / dcp_panel.cc
index 18ffb8b3b59e31fea6613bcd8638bfaa85332ecd..be6e08341ddc6a49f65bc44e65e78359b071db2b 100644 (file)
@@ -361,7 +361,7 @@ DCPPanel::film_changed (int p)
 void
 DCPPanel::film_content_changed (int property)
 {
-       if (property == FFmpegContentProperty::AUDIO_STREAM ||
+       if (property == FFmpegContentProperty::AUDIO_STREAMS ||
            property == SubtitleContentProperty::USE_SUBTITLES ||
            property == VideoContentProperty::VIDEO_SCALE) {
                setup_dcp_name ();