提交 dffcdbb5 编写于 作者: M Michael Niedermayer

extradata and FF_INPUT_BUFFER_PADDING_SIZE doc

Originally committed as revision 3684 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 9286699a
......@@ -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.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册