Merge master.
[dcpomatic.git] / src / wx / dcp_panel.cc
index ce02c46c8663296b5752da7e0768b008962dc4d0..d68edefc897c0d6e9d3031a59dfe87b0d7e2d904 100644 (file)
@@ -311,7 +311,9 @@ DCPPanel::film_changed (int p)
 void
 DCPPanel::film_content_changed (int property)
 {
-       if (property == FFmpegContentProperty::AUDIO_STREAM || property == SubtitleContentProperty::USE_SUBTITLES) {
+       if (property == FFmpegContentProperty::AUDIO_STREAM ||
+           property == SubtitleContentProperty::USE_SUBTITLES ||
+           property == VideoContentProperty::VIDEO_SCALE) {
                setup_dcp_name ();
        }
 }