Commit 30feb03d authored by stefano's avatar stefano

Doxygenate flush_put_bits() documentation.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18426 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 93fe9a15
......@@ -128,7 +128,9 @@ static inline int put_bits_count(PutBitContext *s)
#endif
}
/* pad the end of the output stream with zeros */
/**
* Pads the end of the output stream with zeros.
*/
static inline void flush_put_bits(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