summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video_shaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/video_shaders.h')
-rw-r--r--video/out/opengl/video_shaders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/video_shaders.h b/video/out/opengl/video_shaders.h
index f6edff6d2b..1fae830720 100644
--- a/video/out/opengl/video_shaders.h
+++ b/video/out/opengl/video_shaders.h
@@ -49,7 +49,7 @@ void pass_color_map(struct gl_shader_cache *sc,
bool is_linear);
void pass_sample_deband(struct gl_shader_cache *sc, struct deband_opts *opts,
- AVLFG *lfg);
+ AVLFG *lfg, enum mp_csp_trc trc);
void pass_sample_unsharp(struct gl_shader_cache *sc, float param);