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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/opengl/video_shaders.h b/video/out/opengl/video_shaders.h
index 27a021662a..e010fdba55 100644
--- a/video/out/opengl/video_shaders.h
+++ b/video/out/opengl/video_shaders.h
@@ -39,8 +39,8 @@ void pass_linearize(struct gl_shader_cache *sc, enum mp_csp_trc trc);
void pass_delinearize(struct gl_shader_cache *sc, enum mp_csp_trc trc);
void pass_sample_deband(struct gl_shader_cache *sc, struct deband_opts *opts,
- int tex_num, GLenum tex_target, float tex_mul, AVLFG *lfg);
+ int tex_num, float tex_mul, GLenum tex_target, AVLFG *lfg);
-void pass_sample_unsharp(struct gl_shader_cache *sc, float param);
+void pass_sample_unsharp(struct gl_shader_cache *sc, int tex_num, float param);
#endif