Commit b146f5a3 authored by michael's avatar michael

extradata endianness comment


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4674 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 58fab35c
...@@ -738,6 +738,7 @@ typedef struct AVCodecContext { ...@@ -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.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment