From 90cd5aa8c8950406b335dfb34c01b0fdae833da9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Jun 2014 23:05:50 +0200 Subject: vo: make draw_image and vo_queue_image transfer image ownership Basically a cosmetic change. This is probably more intuitive. --- video/out/vo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'video/out/vo.h') diff --git a/video/out/vo.h b/video/out/vo.h index 3d10171ed2..c07c071d44 100644 --- a/video/out/vo.h +++ b/video/out/vo.h @@ -194,8 +194,7 @@ struct vo_driver { /* * Render the given frame to the VO's backbuffer. This operation will be * followed by a draw_osd and a flip_page[_timed] call. - * mpi belongs to the caller; if the VO needs it longer, it has to create - * a new reference to mpi. + * mpi belongs to the VO; the VO must free it eventually. * * This also should draw the OSD. */ -- cgit v1.2.3