summaryrefslogtreecommitdiffstats
path: root/video/out/vo_corevideo.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_corevideo.c
parent3a9c5ef687d982f3a3e97bb93f6fa84876a1876c (diff)
downloadmpv-1061f43a2ffb389004fb97b969c05140061557ee.tar.bz2
mpv-1061f43a2ffb389004fb97b969c05140061557ee.tar.xz
gl_osd: mp_msg conversion
Diffstat (limited to 'video/out/vo_corevideo.c')
-rw-r--r--video/out/vo_corevideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_corevideo.c b/video/out/vo_corevideo.c
index 2adee98b02..25b02d6627 100644
--- a/video/out/vo_corevideo.c
+++ b/video/out/vo_corevideo.c
@@ -130,7 +130,7 @@ static int init_gl(struct vo *vo, uint32_t d_width, uint32_t d_height)
gl->TexEnvi(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_MODULATE);
if (!p->osd)
- p->osd = mpgl_osd_init(gl, true);
+ p->osd = mpgl_osd_init(gl, vo->log, true);
resize(vo);