diff options
Diffstat (limited to 'video/out/opengl/nnedi3.h')
-rw-r--r-- | video/out/opengl/nnedi3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/nnedi3.h b/video/out/opengl/nnedi3.h index 8498b9de7a..be69f34c78 100644 --- a/video/out/opengl/nnedi3.h +++ b/video/out/opengl/nnedi3.h @@ -41,7 +41,7 @@ extern const struct m_sub_options nnedi3_conf; const float* get_nnedi3_weights(const struct nnedi3_opts *conf, int *size); void pass_nnedi3(GL *gl, struct gl_shader_cache *sc, int planes, int tex_num, - int step, const struct nnedi3_opts *conf, + int step, float tex_mul, const struct nnedi3_opts *conf, struct gl_transform *transform); #endif |