summaryrefslogtreecommitdiff
path: root/src/lib/player.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-12 13:24:52 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-13 00:06:28 +0000
commit67a404fff364c6e1fa02eab270755895ba0e1fe8 (patch)
tree06de621b56c0b3beac7f15316273caef57e9d7e1 /src/lib/player.cc
parent99b4e0705e9007aabfec08ea2c8d1a84eda0d32e (diff)
Use an enum for the effect in SubtitleContent.
Diffstat (limited to 'src/lib/player.cc')
-rw-r--r--src/lib/player.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc
index 499aa2a38..8e56991f8 100644
--- a/src/lib/player.cc
+++ b/src/lib/player.cc
@@ -186,8 +186,7 @@ Player::playlist_content_changed (weak_ptr<Content> w, int property, bool freque
property == DCPContentProperty::NEEDS_ASSETS ||
property == DCPContentProperty::NEEDS_KDM ||
property == SubtitleContentProperty::COLOUR ||
- property == SubtitleContentProperty::OUTLINE ||
- property == SubtitleContentProperty::SHADOW ||
+ property == SubtitleContentProperty::EFFECT ||
property == SubtitleContentProperty::EFFECT_COLOUR ||
property == FFmpegContentProperty::SUBTITLE_STREAM ||
property == FFmpegContentProperty::FILTERS ||