From 291f301c105ca989db6165108fd9dd1c57cde56d Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 3 Oct 2015 18:20:16 +0200 Subject: video/out: remove an unused parameter This parameter has been unused for years (the last flag was removed in commit d658b115). Get rid of it. This affects the general VO API, as well as the vo_opengl backend API, so it touches a lot of files. The VOFLAGs are still used to control OpenGL context creation, so move them to the OpenGL backend code. --- video/out/vo_vaapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo_vaapi.c') diff --git a/video/out/vo_vaapi.c b/video/out/vo_vaapi.c index 413e1b7cb4..2bb9d800cd 100644 --- a/video/out/vo_vaapi.c +++ b/video/out/vo_vaapi.c @@ -152,7 +152,7 @@ static void resize(struct priv *p) p->vo->want_redraw = true; } -static int reconfig(struct vo *vo, struct mp_image_params *params, int flags) +static int reconfig(struct vo *vo, struct mp_image_params *params) { struct priv *p = vo->priv; -- cgit v1.2.3