Mercurial > libavcodec.hg
changeset 9391:e9c4b9d95da2 libavcodec
Doxygenate flush_put_bits() documentation.
author | stefano |
---|---|
date | Fri, 10 Apr 2009 22:27:29 +0000 |
parents | 79651ce180f2 |
children | a5bc2084bd6a |
files | bitstream.h |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bitstream.h Fri Apr 10 22:14:45 2009 +0000 +++ b/bitstream.h Fri Apr 10 22:27:29 2009 +0000 @@ -128,7 +128,9 @@ #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