OSDN Git Service

avutil/imgutils: Clarify doxy for av_image_check_size2()
authorMichael Niedermayer <michael@niedermayer.cc>
Sun, 11 Dec 2016 21:51:23 +0000 (22:51 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 16 Dec 2016 01:07:32 +0000 (02:07 +0100)
Reviewed-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavutil/imgutils.h

index 19f34de..40aee8b 100644 (file)
@@ -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