[FFmpeg-cvslog] r18426 - trunk/libavcodec/bitstream.h
stefano
subversion
Sat Apr 11 00:27:29 CEST 2009
Author: stefano
Date: Sat Apr 11 00:27:29 2009
New Revision: 18426
Log:
Doxygenate flush_put_bits() documentation.
Modified:
trunk/libavcodec/bitstream.h
Modified: trunk/libavcodec/bitstream.h
==============================================================================
--- trunk/libavcodec/bitstream.h Sat Apr 11 00:14:45 2009 (r18425)
+++ trunk/libavcodec/bitstream.h Sat Apr 11 00:27:29 2009 (r18426)
@@ -128,7 +128,9 @@ static inline int put_bits_count(PutBitC
#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
More information about the ffmpeg-cvslog
mailing list