summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-31 21:44:21 +0200
committerwm4 <wm4@nowhere>2013-07-31 21:46:40 +0200
commit03bef3adfd846fc1dda88a888df972f4b501fb40 (patch)
treeed96c695c75a5cbfc7afa4bf6b3eff38b53d4410 /video/out/gl_video.h
parent88d79fc00df39dc0180de86c758697f5ab3e56cb (diff)
downloadmpv-03bef3adfd846fc1dda88a888df972f4b501fb40.tar.bz2
mpv-03bef3adfd846fc1dda88a888df972f4b501fb40.tar.xz
video/out: use new mp_msg stuff for vo.c and vo_opengl
The first step; also serves as example.
Diffstat (limited to 'video/out/gl_video.h')
-rw-r--r--video/out/gl_video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_video.h b/video/out/gl_video.h
index ca0cb5468a..2ed8507a9c 100644
--- a/video/out/gl_video.h
+++ b/video/out/gl_video.h
@@ -52,7 +52,7 @@ extern const struct m_sub_options gl_video_conf;
struct gl_video;
-struct gl_video *gl_video_init(GL *gl);
+struct gl_video *gl_video_init(GL *gl, struct mp_log *log);
void gl_video_uninit(struct gl_video *p);
void gl_video_set_options(struct gl_video *p, struct gl_video_opts *opts);
void gl_video_config(struct gl_video *p, struct mp_image_params *params);