mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-05-06 14:39:51 +08:00
Doxygenate flush_put_bits() documentation.
Originally committed as revision 18426 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user