summaryrefslogtreecommitdiffstats
path: root/video/out/vo_opengl_old.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-12 01:33:33 +0200
committerwm4 <wm4@nowhere>2013-09-12 01:34:42 +0200
commit1061f43a2ffb389004fb97b969c05140061557ee (patch)
treed94f73e0b55033f03a9c995ee7e22c7e7e5d5319 /video/out/vo_opengl_old.c
parent3a9c5ef687d982f3a3e97bb93f6fa84876a1876c (diff)
downloadmpv-1061f43a2ffb389004fb97b969c05140061557ee.tar.bz2
mpv-1061f43a2ffb389004fb97b969c05140061557ee.tar.xz
gl_osd: mp_msg conversion
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 008dc2d2a6..f3e6b96536 100644
--- a/video/out/vo_opengl_old.c
+++ b/video/out/vo_opengl_old.c
@@ -1693,7 +1693,7 @@ static int initGl(struct vo *vo, uint32_t d_width, uint32_t d_height)
}
if (gl->BindTexture) {
- p->osd = mpgl_osd_init(gl, true);
+ p->osd = mpgl_osd_init(gl, vo->log, true);
p->osd->scaled = p->scaled_osd;
}