[FFmpeg-cvslog] r18432 - trunk/libavcodec/bitstream.h

stefano subversion
Sat Apr 11 15:04:33 CEST 2009


Author: stefano
Date: Sat Apr 11 15:04:33 2009
New Revision: 18432

Log:
Clarify documentation for put_bits_count().

Modified:
   trunk/libavcodec/bitstream.h

Modified: trunk/libavcodec/bitstream.h
==============================================================================
--- trunk/libavcodec/bitstream.h	Sat Apr 11 14:42:29 2009	(r18431)
+++ trunk/libavcodec/bitstream.h	Sat Apr 11 15:04:33 2009	(r18432)
@@ -117,7 +117,7 @@ static inline void init_put_bits(PutBitC
 }
 
 /**
- * Returns the number of bits output.
+ * Returns the total number of bits written to the bitstream.
  */
 static inline int put_bits_count(PutBitContext *s)
 {



More information about the ffmpeg-cvslog mailing list