# HG changeset patch # User stefano # Date 1239455073 0 # Node ID 14e8350b27b48d58e7cf87f419897ece046ba0df # Parent d322325fc00eb28e241095169404c914b3d687e8 Clarify documentation for put_bits_count(). diff -r d322325fc00e -r 14e8350b27b4 bitstream.h --- a/bitstream.h Sat Apr 11 12:42:29 2009 +0000 +++ b/bitstream.h Sat Apr 11 13:04:33 2009 +0000 @@ -117,7 +117,7 @@ } /** - * Returns the number of bits output. + * Returns the total number of bits written to the bitstream. */ static inline int put_bits_count(PutBitContext *s) {