Clarify documentation for put_bits_count().
Originally committed as revision 18432 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
80d403fc19
commit
0a73e94fd6
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user