diff bitstream.h @ 9395:14e8350b27b4 libavcodec

Clarify documentation for put_bits_count().
author stefano
date Sat, 11 Apr 2009 13:04:33 +0000
parents a5bc2084bd6a
children 9a1c34f662e4
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)
 {