diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-26 21:06:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-26 21:06:27 +0000 |
| commit | cef07676fb15c9f1c3c3073d22f06ffe95d9c2ce (patch) | |
| tree | ad67d2991961429c52dda4d7adc1ded37ce71c0a /src/lib/player.cc | |
| parent | 2b54b284e2c2ffcaa082b1c201abecf25edc21c9 (diff) | |
Allow changes to colours of FFmpeg subtitles (#795).
Diffstat (limited to 'src/lib/player.cc')
| -rw-r--r-- | src/lib/player.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc index 3e92eb3d9..30f36107f 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -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; |
