X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fimgutils.h;h=2ec246aa48b2e3e8f93d254e317c8155d192c961;hb=3c19744218e665a5b1ff426aae6e3402585d08b1;hp=23282a38fa796ab962f88ff9c203d60fac25969f;hpb=ca80c65726dba7b82e7745b3c3ed1d251ca19f39;p=ffmpeg diff --git a/libavutil/imgutils.h b/libavutil/imgutils.h index 23282a38fa7..2ec246aa48b 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 == NULL to get the required + * lines_sizes array. Call with !src to get the required * size for the src buffer. * * To allocate the buffer and fill in the dst_data and dst_linesize in