[FFmpeg-cvslog] r18466 - trunk/libavcodec/put_bits.h

stefano subversion
Sun Apr 12 11:06:18 CEST 2009


Author: stefano
Date: Sun Apr 12 11:06:17 2009
New Revision: 18466

Log:
Document pbBufPtr().

Modified:
   trunk/libavcodec/put_bits.h

Modified: trunk/libavcodec/put_bits.h
==============================================================================
--- trunk/libavcodec/put_bits.h	Sun Apr 12 11:04:12 2009	(r18465)
+++ trunk/libavcodec/put_bits.h	Sun Apr 12 11:06:17 2009	(r18466)
@@ -259,7 +259,10 @@ static inline void put_sbits(PutBitConte
     put_bits(pb, bits, val & ((1<<bits)-1));
 }
 
-
+/**
+ * Returns the pointer to the byte where the bitstream writer will put
+ * the next bit.
+ */
 static inline uint8_t* pbBufPtr(PutBitContext *s)
 {
 #ifdef ALT_BITSTREAM_WRITER



More information about the ffmpeg-cvslog mailing list