summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-28 21:39:10 +0100
committerwm4 <wm4@nowhere>2013-03-28 21:46:18 +0100
commit8d7858dd9d10181e4cb812827f1f631d06fc779e (patch)
tree1595e7d4c265652634c58cdc85ed128564efbab3 /video/out/vo.h
parent7f64a1fde982a440eb811e72911bdea5ad9dff2f (diff)
downloadmpv-8d7858dd9d10181e4cb812827f1f631d06fc779e.tar.bz2
mpv-8d7858dd9d10181e4cb812827f1f631d06fc779e.tar.xz
vo: rename vo_draw_image to vo_queue_image
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index a9a33f558c..3328ab2626 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -288,7 +288,7 @@ int vo_config(struct vo *vo, uint32_t width, uint32_t height,
void list_video_out(void);
int vo_control(struct vo *vo, uint32_t request, void *data);
-int vo_draw_image(struct vo *vo, struct mp_image *mpi);
+void vo_queue_image(struct vo *vo, struct mp_image *mpi);
int vo_redraw_frame(struct vo *vo);
bool vo_get_want_redraw(struct vo *vo);
int vo_get_buffered_frame(struct vo *vo, bool eof);