Commit d4c1cc2b authored by Michael Niedermayer's avatar Michael Niedermayer

avutil/imgutils: Clarify doxy for av_image_check_size2()

Reviewed-by: 's avatarAndreas Cadhalpun <andreas.cadhalpun@googlemail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 6672a49e
...@@ -193,7 +193,8 @@ int av_image_check_size(unsigned int w, unsigned int h, int log_offset, void *lo ...@@ -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 * 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 w the width of the picture
* @param h the height of the picture * @param h the height of the picture
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment