[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h,1.426,1.427

Michael Niedermayer CVS michael
Sat Nov 5 00:24:26 CET 2005


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.
      */





More information about the ffmpeg-cvslog mailing list