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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/opengl/superxbr.h b/video/out/opengl/superxbr.h
index 38a10ffedd..7aa46eff7c 100644
--- a/video/out/opengl/superxbr.h
+++ b/video/out/opengl/superxbr.h
@@ -24,8 +24,8 @@
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, float tex_mul, const struct superxbr_opts *conf,
+void pass_superxbr(struct gl_shader_cache *sc, int id, int step, float tex_mul,
+ const struct superxbr_opts *conf,
struct gl_transform *transform);
#endif