summaryrefslogtreecommitdiffstats
path: root/video/out/vo_opengl_old.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-22 22:52:42 +0200
committerwm4 <wm4@nowhere>2013-07-22 22:52:42 +0200
commit1f5ffe7d30a5537cc83fbfb8dad37d01af27427b (patch)
tree7e450c6208e14a2c4fe71e14461469c8fab1b7c8 /video/out/vo_opengl_old.c
parent1df2ad7e034c1c42a8ae86e8b3077c2342ad40bd (diff)
downloadmpv-1f5ffe7d30a5537cc83fbfb8dad37d01af27427b.tar.bz2
mpv-1f5ffe7d30a5537cc83fbfb8dad37d01af27427b.tar.xz
video/out: remove options argument from preinit()
All VOs use proper option parsing now, and compatibility hacks are not needed.
Diffstat (limited to 'video/out/vo_opengl_old.c')
-rw-r--r--video/out/vo_opengl_old.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_opengl_old.c b/video/out/vo_opengl_old.c
index 59f63205e8..2caf0c3f28 100644
--- a/video/out/vo_opengl_old.c
+++ b/video/out/vo_opengl_old.c
@@ -2077,7 +2077,7 @@ static void uninit(struct vo *vo)
p->gl = NULL;
}
-static int preinit(struct vo *vo, const char *arg)
+static int preinit(struct vo *vo)
{
struct gl_priv *p = vo->priv;