summaryrefslogtreecommitdiffstats
path: root/video/out/opengl
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl')
-rw-r--r--video/out/opengl/w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/w32.c b/video/out/opengl/w32.c
index 29a7c75d32..c7b09fe87d 100644
--- a/video/out/opengl/w32.c
+++ b/video/out/opengl/w32.c
@@ -259,7 +259,7 @@ fail:
static int w32_reconfig(struct MPGLContext *ctx, int flags)
{
- vo_w32_config(ctx->vo, flags);
+ vo_w32_config(ctx->vo);
return 0;
}