[SCM] libav/experimental: Doxygenate flush_put_bits() documentation.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:43:43 UTC 2013


The following commit has been merged in the experimental branch:
commit fc660a01435314536101ade688ef21eb346d1a32
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri Apr 10 22:27:29 2009 +0000

    Doxygenate flush_put_bits() documentation.
    
    Originally committed as revision 18426 to svn://svn.ffmpeg.org/ffmpeg/trunk

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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list