From bd87598af9c27315054814be4980806dd332f69c Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 1 Oct 2015 22:57:02 +0200 Subject: vo_opengl: wayland: switch to new internal API --- video/out/vo_wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo_wayland.c') 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); -- cgit v1.2.3