X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fimgutils.h;h=23282a38fa796ab962f88ff9c203d60fac25969f;hb=4faea46bd906b3897018736208123aa36c3f45d5;hp=2ec246aa48b2e3e8f93d254e317c8155d192c961;hpb=f2f88b952d666587fa6292bb219a82d0bee2229f;p=ffmpeg diff --git a/libavutil/imgutils.h b/libavutil/imgutils.h index 2ec246aa48b..23282a38fa7 100644 --- a/libavutil/imgutils.h +++ b/libavutil/imgutils.h @@ -130,7 +130,7 @@ void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4], * line sizes will be set. If a planar format is specified, several * pointers will be set pointing to the different picture planes and * the line sizes of the different planes will be stored in the - * lines_sizes array. Call with !src to get the required + * lines_sizes array. Call with src == NULL to get the required * size for the src buffer. * * To allocate the buffer and fill in the dst_data and dst_linesize in