OSDN Git Service

Document align_put_bits().
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 10 Apr 2009 22:29:56 +0000 (22:29 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 10 Apr 2009 22:29:56 +0000 (22:29 +0000)
Originally committed as revision 18427 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/bitstream.h

index 1a422d2..f3d78fd 100644 (file)
@@ -155,6 +155,9 @@ static inline void flush_put_bits(PutBitContext *s)
 #endif
 }
 
+/**
+ * Pads the bitstream with zeros up to the next byte boundary.
+ */
 void align_put_bits(PutBitContext *s);
 void ff_put_string(PutBitContext * pbc, const char *s, int put_zero);
 void ff_copy_bits(PutBitContext *pb, const uint8_t *src, int length);