Commit 93fe9a15 authored by stefano's avatar stefano

Doxygenate put_bits_count() documentation.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18425 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4266362b
...@@ -116,7 +116,9 @@ static inline void init_put_bits(PutBitContext *s, uint8_t *buffer, int buffer_s ...@@ -116,7 +116,9 @@ static inline void init_put_bits(PutBitContext *s, uint8_t *buffer, int buffer_s
#endif #endif
} }
/* return the number of bits output */ /**
* Returns the number of bits output.
*/
static inline int put_bits_count(PutBitContext *s) static inline int put_bits_count(PutBitContext *s)
{ {
#ifdef ALT_BITSTREAM_WRITER #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