From: Carl Hetherington Date: Thu, 4 Jan 2018 22:02:27 +0000 (+0000) Subject: Recreate player pieces when changing FFmpeg filters (#1019). X-Git-Tag: v2.11.36~4 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=daf6233204d381de4ec1d3a6c08c06d5973f9b90;hp=9ccaee9ed18688b3862b8b7fb7e73b69e71568e3;p=dcpomatic.git Recreate player pieces when changing FFmpeg filters (#1019). --- diff --git a/ChangeLog b/ChangeLog index 0dedf2aa8..0de197a3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2018-01-04 Carl Hetherington + * 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 w, int property, bool freque property == SubtitleContentProperty::SHADOW || property == SubtitleContentProperty::EFFECT_COLOUR || property == FFmpegContentProperty::SUBTITLE_STREAM || + property == FFmpegContentProperty::FILTERS || property == VideoContentProperty::COLOUR_CONVERSION ) {