summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/superxbr.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/superxbr.h')
-rw-r--r--video/out/opengl/superxbr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/superxbr.h b/video/out/opengl/superxbr.h
index 46f15fd269..08cec82839 100644
--- a/video/out/opengl/superxbr.h
+++ b/video/out/opengl/superxbr.h
@@ -30,7 +30,7 @@ extern const struct superxbr_opts superxbr_opts_def;
extern const struct m_sub_options superxbr_conf;
void pass_superxbr(struct gl_shader_cache *sc, int planes, int tex_num,
- int step, const struct superxbr_opts *conf,
+ int step, float tex_mul, const struct superxbr_opts *conf,
struct gl_transform *transform);
#endif