diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-04-10 22:27:29 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-04-10 22:27:29 +0000 |
commit | fc660a01435314536101ade688ef21eb346d1a32 (patch) | |
tree | 8b610f6aeeeb0f06151aeed17af39354e5e0a388 /libavcodec | |
parent | e46ddebd14d2b6cc122cb7c06e49e8e4b2432de6 (diff) | |
download | ffmpeg-fc660a01435314536101ade688ef21eb346d1a32.tar.gz |
Doxygenate flush_put_bits() documentation.
Originally committed as revision 18426 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/bitstream.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |