summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-04-10 22:27:29 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-04-10 22:27:29 +0000
commitfc660a01435314536101ade688ef21eb346d1a32 (patch)
tree8b610f6aeeeb0f06151aeed17af39354e5e0a388 /libavcodec
parente46ddebd14d2b6cc122cb7c06e49e8e4b2432de6 (diff)
downloadffmpeg-streaming-fc660a01435314536101ade688ef21eb346d1a32.zip
ffmpeg-streaming-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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h
index 6a12a64..1a422d2 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
OpenPOWER on IntegriCloud