[FFmpeg-devel] [PATCH] avcodec/utils: document allocation requirement of extradata
Michael Niedermayer
michael at niedermayer.cc
Sat Aug 25 18:15:36 EEST 2018
On Fri, Aug 24, 2018 at 08:53:29PM +0200, Timo Rothenpieler wrote:
> ---
> libavcodec/avcodec.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> index 31e50d5a94..2c5e78c88d 100644
> --- a/libavcodec/avcodec.h
> +++ b/libavcodec/avcodec.h
> @@ -1616,6 +1616,7 @@ typedef struct AVCodecContext {
> * The allocated memory should be AV_INPUT_BUFFER_PADDING_SIZE bytes larger
> * than extradata_size to avoid problems if it is read with the bitstream reader.
> * The bytewise contents of extradata must not depend on the architecture or CPU endianness.
> + * Must be allocated with the av_malloc() family of functions.
> * - encoding: Set/allocated/freed by libavcodec.
> * - decoding: Set/allocated/freed by user.
> */
LGTM
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Dictatorship naturally arises out of democracy, and the most aggravated
form of tyranny and slavery out of the most extreme liberty. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180825/b3608b82/attachment.sig>
More information about the ffmpeg-devel
mailing list