OSDN Git Service

Clarify documentation for put_bits_count().
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 11 Apr 2009 13:04:33 +0000 (13:04 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 11 Apr 2009 13:04:33 +0000 (13:04 +0000)
Originally committed as revision 18432 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/bitstream.h

index f3d78fd..699c4a5 100644 (file)
@@ -117,7 +117,7 @@ static inline void init_put_bits(PutBitContext *s, uint8_t *buffer, int buffer_s
 }
 
 /**
- * Returns the number of bits output.
+ * Returns the total number of bits written to the bitstream.
  */
 static inline int put_bits_count(PutBitContext *s)
 {