From 1f5ffe7d30a5537cc83fbfb8dad37d01af27427b Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 22 Jul 2013 22:52:42 +0200 Subject: video/out: remove options argument from preinit() All VOs use proper option parsing now, and compatibility hacks are not needed. --- video/out/vo_xv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo_xv.c') diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c index 6c91e7bcd4..b7e3687ef7 100644 --- a/video/out/vo_xv.c +++ b/video/out/vo_xv.c @@ -722,7 +722,7 @@ static void uninit(struct vo *vo) vo_x11_uninit(vo); } -static int preinit(struct vo *vo, const char *arg) +static int preinit(struct vo *vo) { XvPortID xv_p; int busy_ports = 0; -- cgit v1.2.3