From: Michael Niedermayer Date: Sun, 11 Dec 2016 21:51:23 +0000 (+0100) Subject: avutil/imgutils: Clarify doxy for av_image_check_size2() X-Git-Tag: android-x86-7.1-r1~2703 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d4c1cc2b876af1e8f1a8ca258bf092b3baa31245;p=android-x86%2Fexternal-ffmpeg.git avutil/imgutils: Clarify doxy for av_image_check_size2() Reviewed-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer --- diff --git a/libavutil/imgutils.h b/libavutil/imgutils.h index 19f34deced..40aee8b98e 100644 --- a/libavutil/imgutils.h +++ b/libavutil/imgutils.h @@ -193,7 +193,8 @@ int av_image_check_size(unsigned int w, unsigned int h, int log_offset, void *lo /** * Check if the given dimension of an image is valid, meaning that all - * bytes of the image can be addressed with a signed int. + * bytes of a plane of an image with the specified pix_fmt can be addressed + * with a signed int. * * @param w the width of the picture * @param h the height of the picture