summaryrefslogtreecommitdiffstats
path: root/video/out/vo_sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_sdl.c')
-rw-r--r--video/out/vo_sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_sdl.c b/video/out/vo_sdl.c
index 35d3ab4962..c5ecc2be8c 100644
--- a/video/out/vo_sdl.c
+++ b/video/out/vo_sdl.c
@@ -728,7 +728,7 @@ static void draw_osd(struct vo *vo, struct osd_state *osd)
osd_draw(osd, vc->osd_res, osd->vo_pts, 0, formats, draw_osd_cb, vo);
}
-static int preinit(struct vo *vo, const char *arg)
+static int preinit(struct vo *vo)
{
struct priv *vc = vo->priv;