diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-04 22:02:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-04 22:02:27 +0000 |
| commit | daf6233204d381de4ec1d3a6c08c06d5973f9b90 (patch) | |
| tree | 6d4fd9c9b320959bbb1969e7bf333e5836154b0c | |
| parent | 9ccaee9ed18688b3862b8b7fb7e73b69e71568e3 (diff) | |
Recreate player pieces when changing FFmpeg filters (#1019).
| -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 ) { |
