Commit e46ddebd authored by Stefano Sabatini's avatar Stefano Sabatini

Doxygenate put_bits_count() documentation.

Originally committed as revision 18425 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f77dddfc
......@@ -116,7 +116,9 @@ static inline void init_put_bits(PutBitContext *s, uint8_t *buffer, int buffer_s
#endif
}
/* return the number of bits output */
/**
* Returns the number of bits output.
*/
static inline int put_bits_count(PutBitContext *s)
{
#ifdef ALT_BITSTREAM_WRITER
......
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