diff options
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | src/lib/player.cc | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2018-01-04 Carl Hetherington <cth@carlh.net> + * Apply filters to preview immediateley (#1019). + * Set up a default KDM write mode and preselect the last used one when re-opening the KDM window (#1137). 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 ) { |
