Commit 0a73e94f authored by Stefano Sabatini's avatar Stefano Sabatini

Clarify documentation for put_bits_count().

Originally committed as revision 18432 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 80d403fc
...@@ -117,7 +117,7 @@ static inline void init_put_bits(PutBitContext *s, uint8_t *buffer, int buffer_s ...@@ -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) static inline int put_bits_count(PutBitContext *s)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment