summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gpu/video.c')
-rw-r--r--video/out/gpu/video.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/video/out/gpu/video.c b/video/out/gpu/video.c
index 24e6990139..593f5fb9c1 100644
--- a/video/out/gpu/video.c
+++ b/video/out/gpu/video.c
@@ -2499,9 +2499,7 @@ static void pass_colormanage(struct gl_video *p, struct mp_colorspace src, bool
int32_t frame_sum;
uint32_t frame_max;
uint32_t counter;
- } peak_ssbo = {
- .average = { 0.25, src.sig_peak },
- };
+ } peak_ssbo = {0};
struct ra_buf_params params = {
.type = RA_BUF_TYPE_SHADER_STORAGE,