summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-04 22:02:27 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-04 22:02:27 +0000
commitdaf6233204d381de4ec1d3a6c08c06d5973f9b90 (patch)
tree6d4fd9c9b320959bbb1969e7bf333e5836154b0c /src
parent9ccaee9ed18688b3862b8b7fb7e73b69e71568e3 (diff)
Recreate player pieces when changing FFmpeg filters (#1019).
Diffstat (limited to 'src')
-rw-r--r--src/lib/player.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc
index df0b955a8..499aa2a38 100644
--- a/src/lib/player.cc
+++ b/src/lib/player.cc
@@ -190,6 +190,7 @@ Player::playlist_content_changed (weak_ptr<Content> w, int property, bool freque
property == SubtitleContentProperty::SHADOW ||
property == SubtitleContentProperty::EFFECT_COLOUR ||
property == FFmpegContentProperty::SUBTITLE_STREAM ||
+ property == FFmpegContentProperty::FILTERS ||
property == VideoContentProperty::COLOUR_CONVERSION
) {