[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h,1.426,1.427
Michael Niedermayer CVS
michael
Sat Nov 5 00:24:26 CET 2005
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec h264.c,1.163,1.164
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec truemotion2.c, NONE, 1.1 avcodec.h, 1.423, 1.424 allcodecs.c, 1.110, 1.111 Makefile, 1.203, 1.204
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv3688
Modified Files:
avcodec.h
Log Message:
extradata endianness comment
Index: avcodec.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/avcodec.h,v
retrieving revision 1.426
retrieving revision 1.427
diff -u -d -r1.426 -r1.427
--- avcodec.h 20 Oct 2005 20:04:45 -0000 1.426
+++ avcodec.h 4 Nov 2005 23:24:24 -0000 1.427
@@ -738,6 +738,7 @@
* 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.
*/
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec h264.c,1.163,1.164
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec truemotion2.c, NONE, 1.1 avcodec.h, 1.423, 1.424 allcodecs.c, 1.110, 1.111 Makefile, 1.203, 1.204
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list