diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-01-15 04:56:32 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-01-15 05:07:25 +0100 |
commit | 55dc253c24f2160ede1db4f04cfe0692b0b80d05 (patch) | |
tree | 8efda157c2be25699896113158afe0dfbdb5ff50 /libavutil/imgutils.h | |
parent | cc18ea8de05820a6c96f4d8afb8f3ce0e38c7793 (diff) | |
parent | e2ad0b66fa273c5c823978e8f601f2c0d9ee42f8 (diff) | |
download | ffmpeg-55dc253c24f2160ede1db4f04cfe0692b0b80d05.tar.gz |
Merge commit 'e2ad0b66fa273c5c823978e8f601f2c0d9ee42f8'
* commit 'e2ad0b66fa273c5c823978e8f601f2c0d9ee42f8':
imgutils: create misc functions for dealing with buffers
Conflicts:
doc/APIchanges
libavcodec/avcodec.h
libavcodec/avpicture.c
libavutil/imgutils.c
libavutil/imgutils.h
libavutil/version.h
See: e6674e46ecdd7aaa93d7f7d818eb1c8224b35eae
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/imgutils.h')
-rw-r--r-- | libavutil/imgutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/imgutils.h b/libavutil/imgutils.h index 2ec246aa48..23282a38fa 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 |