Mercurial > libavcodec.hg
diff avcodec.h @ 2353:444b9ff022a3 libavcodec
extradata and FF_INPUT_BUFFER_PADDING_SIZE doc
| author | michael |
|---|---|
| date | Mon, 15 Nov 2004 15:53:53 +0000 |
| parents | d02fb928ca44 |
| children | 69fcdad5f7d5 |
line wrap: on
line diff
--- a/avcodec.h Sun Nov 14 22:05:21 2004 +0000 +++ b/avcodec.h Mon Nov 15 15:53:53 2004 +0000 @@ -673,6 +673,8 @@ * mjpeg: huffman tables * rv10: additional flags * mpeg4: global headers (they can be in the bitstream or here) + * the allocated memory should be FF_INPUT_BUFFER_PADDING_SIZE bytes larger + * then extradata_size to avoid prolems if its read with the bitstream reader * - encoding: set/allocated/freed by lavc. * - decoding: set/allocated/freed by user. */
