From aaffc0651497b97c922fbc68fa128c1a0848c4fe Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 11 Nov 2023 11:37:09 +0100 Subject: [PATCH] Fixed a regression which caused the saturation property to not have any effect on the video stream --- es-core/src/components/VideoFFmpegComponent.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/es-core/src/components/VideoFFmpegComponent.cpp b/es-core/src/components/VideoFFmpegComponent.cpp index b8f475645..0d255b373 100644 --- a/es-core/src/components/VideoFFmpegComponent.cpp +++ b/es-core/src/components/VideoFFmpegComponent.cpp @@ -216,7 +216,6 @@ void VideoFFmpegComponent::render(const glm::mat4& parentTrans) vertices->brightness = mBrightness; vertices->saturation = mSaturation * mThemeSaturation; - vertices->saturation = 1.0f; vertices->dimming = mDimming; if (mVideoCornerRadius > 0.0f) {