Commit 710c3e41 authored by stefano's avatar stefano

Clarify documentation for put_bits_count().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18432 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 557b69a8
......@@ -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)
{
......
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