Browse Source

extradata and FF_INPUT_BUFFER_PADDING_SIZE doc

Originally committed as revision 3684 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 20 years ago
parent
commit
dffcdbb5f6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/avcodec.h

+ 2
- 0
libavcodec/avcodec.h View File

@@ -673,6 +673,8 @@ typedef struct AVCodecContext {
* 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.
*/


Loading…
Cancel
Save