diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-11-04 23:24:24 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-11-04 23:24:24 +0000 |
commit | ed57bb79e872773c0b1c83d465c0d665ef32707d (patch) | |
tree | 229abf79db171779f39ab99df1b154f05657e173 | |
parent | 1fd97d8c1aba061d03caa3d02ec31ee2ef5b6073 (diff) | |
download | ffmpeg-ed57bb79e872773c0b1c83d465c0d665ef32707d.tar.gz |
extradata endianness comment
Originally committed as revision 4674 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 84db468332..e7d604608d 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -738,6 +738,7 @@ typedef struct AVCodecContext { * 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 + * the bytewise contents of extradata must not depend on the architecture or cpu endianness * - encoding: set/allocated/freed by lavc. * - decoding: set/allocated/freed by user. */ |