summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/video.h')
-rw-r--r--video/out/opengl/video.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h
index 915994f435..fd27c7a1bc 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -189,7 +189,8 @@ void gl_video_set_hwdec(struct gl_video *p, struct ra_hwdec *hwdec);
struct vo;
void gl_video_configure_queue(struct gl_video *p, struct vo *vo);
-void *gl_video_dr_alloc_buffer(struct gl_video *p, size_t size);
-void gl_video_dr_free_buffer(struct gl_video *p, void *ptr);
+struct mp_image *gl_video_get_image(struct gl_video *p, int imgfmt, int w, int h,
+ int stride_align);
+
#endif