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_corevideo.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo_corevideo.m') diff --git a/video/out/vo_corevideo.m b/video/out/vo_corevideo.m index 3a45c42921..cb60fef95d 100644 --- a/video/out/vo_corevideo.m +++ b/video/out/vo_corevideo.m @@ -263,7 +263,7 @@ static void uninit(struct vo *vo) } -static int preinit(struct vo *vo, const char *arg) +static int preinit(struct vo *vo) { struct priv *p = vo->priv; -- cgit v1.2.3