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_direct3d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo_direct3d.c') diff --git a/video/out/vo_direct3d.c b/video/out/vo_direct3d.c index 9c5a306363..cc8b4d67f8 100644 --- a/video/out/vo_direct3d.c +++ b/video/out/vo_direct3d.c @@ -1157,7 +1157,7 @@ static void update_colorspace(d3d_priv *priv) * @return 0 on success, -1 on failure */ -static int preinit(struct vo *vo, const char *arg) +static int preinit(struct vo *vo) { d3d_priv *priv = vo->priv; priv->vo = vo; -- cgit v1.2.3