From 0c5311f17cb9078f0ddde7c41cad61d00aea4a94 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 22 Dec 2012 21:46:22 +0100 Subject: video: cleanup: replace old mp_image function names mp_image_alloc() also changes argument order compared to alloc_mpi(). The format now comes first, then width/height. --- video/out/vo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo.h') diff --git a/video/out/vo.h b/video/out/vo.h index 6ea2f930e8..eb55417f4c 100644 --- a/video/out/vo.h +++ b/video/out/vo.h @@ -98,7 +98,7 @@ struct voctrl_screenshot_args { // implemented. int full_window; // Will be set to a newly allocated image, that contains the screenshot. - // The caller has to free the pointer with free_mp_image(). + // The caller has to free the image with talloc_free(). // It is not specified whether the image data is a copy or references the // image data directly. // Is never NULL. (Failure has to be indicated by returning VO_FALSE.) -- cgit v1.2.3