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_image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo_image.c') diff --git a/video/out/vo_image.c b/video/out/vo_image.c index af9b0edd4c..03869146f7 100644 --- a/video/out/vo_image.c +++ b/video/out/vo_image.c @@ -152,7 +152,7 @@ static void uninit(struct vo *vo) mp_image_unrefp(&p->current); } -static int preinit(struct vo *vo, const char *arg) +static int preinit(struct vo *vo) { vo->untimed = true; return 0; -- cgit v1.2.3