X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fdcp_panel.cc;h=be6e08341ddc6a49f65bc44e65e78359b071db2b;hp=18ffb8b3b59e31fea6613bcd8638bfaa85332ecd;hb=0a93237cb5e4642d3b698ff9b7d0cfae5401478c;hpb=608c146eb09fac2a8fc60e1a72591f6bb8364e1f diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 18ffb8b3b..be6e08341 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -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 ();