diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-25 15:08:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-25 15:22:52 +0100 |
| commit | bd0fbdae25424a491b30427443a0ce2b338522b8 (patch) | |
| tree | 781ca7dc26068ddd1d712d719e9e569de0dbb524 /src/lib | |
| parent | a978f3ac575f1af017002c861480d5203cf0a34e (diff) | |
Reflect colour conversion changes in player / waveform viewer.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/player.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc index 48b298ff7..3ceaac8c1 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -218,7 +218,8 @@ Player::playlist_content_changed (weak_ptr<Content> w, int property, bool freque property == VideoContentProperty::VIDEO_SCALE || property == VideoContentProperty::VIDEO_FRAME_RATE || property == VideoContentProperty::VIDEO_FADE_IN || - property == VideoContentProperty::VIDEO_FADE_OUT + property == VideoContentProperty::VIDEO_FADE_OUT || + property == VideoContentProperty::COLOUR_CONVERSION ) { Changed (frequent); |
