OSDN Git Service

Doxygenate flush_put_bits() documentation.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 10 Apr 2009 22:27:29 +0000 (22:27 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 10 Apr 2009 22:27:29 +0000 (22:27 +0000)
Originally committed as revision 18426 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/bitstream.h

index 6a12a64..1a422d2 100644 (file)
@@ -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