summaryrefslogtreecommitdiffstats
path: root/video/out/vo_wayland.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-10-01 22:57:02 +0200
committerwm4 <wm4@nowhere>2015-10-01 22:57:02 +0200
commitbd87598af9c27315054814be4980806dd332f69c (patch)
tree4d902e7cc2c0b6f9ab7cee220665213115a0aa5b /video/out/vo_wayland.c
parentf4d62da8f028bb2359a9a4c6792690cfa5bc8930 (diff)
downloadmpv-bd87598af9c27315054814be4980806dd332f69c.tar.bz2
mpv-bd87598af9c27315054814be4980806dd332f69c.tar.xz
vo_opengl: wayland: switch to new internal API
Diffstat (limited to 'video/out/vo_wayland.c')
-rw-r--r--video/out/vo_wayland.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_wayland.c b/video/out/vo_wayland.c
index 5d3c77e2bf..fa64392c53 100644
--- a/video/out/vo_wayland.c
+++ b/video/out/vo_wayland.c
@@ -586,7 +586,7 @@ static int reconfig(struct vo *vo, struct mp_image_params *fmt, int flags)
buffer_pool_reinit(p, &p->video_bufpool, 2, p->width, p->height,
*p->video_format, p->wl->display.shm);
- vo_wayland_config(vo, flags);
+ vo_wayland_config(vo);
resize(p);