# HG changeset patch # User stefano # Date 1239402449 0 # Node ID e9c4b9d95da2810e62b7cc4e1e66a7a119cd1ce2 # Parent 79651ce180f2400bc98211ff0018178482ed1bf2 Doxygenate flush_put_bits() documentation. diff -r 79651ce180f2 -r e9c4b9d95da2 bitstream.h --- 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