Browse Source

extradata endianness comment

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

+ 1
- 0
libavcodec/avcodec.h View File

@@ -738,6 +738,7 @@ typedef struct AVCodecContext {
* mpeg4: global headers (they can be in the bitstream or here) * mpeg4: global headers (they can be in the bitstream or here)
* the allocated memory should be FF_INPUT_BUFFER_PADDING_SIZE bytes larger * 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 * then extradata_size to avoid prolems if its read with the bitstream reader
* the bytewise contents of extradata must not depend on the architecture or cpu endianness
* - encoding: set/allocated/freed by lavc. * - encoding: set/allocated/freed by lavc.
* - decoding: set/allocated/freed by user. * - decoding: set/allocated/freed by user.
*/ */


Loading…
Cancel
Save