changeset 9395:14e8350b27b4 libavcodec

Clarify documentation for put_bits_count().
author stefano
date Sat, 11 Apr 2009 13:04:33 +0000
parents d322325fc00e
children bb9f74aa37ee
files bitstream.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)
 {