From fc660a01435314536101ade688ef21eb346d1a32 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 10 Apr 2009 22:27:29 +0000 Subject: [PATCH] Doxygenate flush_put_bits() documentation. Originally committed as revision 18426 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/bitstream.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h index 6a12a64cd1..1a422d2b0b 100644 --- a/libavcodec/bitstream.h +++ b/libavcodec/bitstream.h @@ -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