Allow changes to colours of FFmpeg subtitles (#795).
[dcpomatic.git] / src / lib / player.cc
index 3e92eb3d9090040f94868e6dbc8a9203cb326d3f..30f36107f231cc05a724df4e380ab147ad69c875 100644 (file)
@@ -222,7 +222,8 @@ Player::playlist_content_changed (weak_ptr<Content> w, int property, bool freque
                property == DCPContentProperty::CAN_BE_PLAYED ||
                property == TextSubtitleContentProperty::TEXT_SUBTITLE_COLOUR ||
                property == TextSubtitleContentProperty::TEXT_SUBTITLE_OUTLINE ||
-               property == TextSubtitleContentProperty::TEXT_SUBTITLE_OUTLINE_COLOUR
+               property == TextSubtitleContentProperty::TEXT_SUBTITLE_OUTLINE_COLOUR ||
+               property == FFmpegContentProperty::SUBTITLE_STREAM
                ) {
 
                _have_valid_pieces = false;