]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Document align_put_bits().
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 10 Apr 2009 22:29:56 +0000 (22:29 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 10 Apr 2009 22:29:56 +0000 (22:29 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18427 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/bitstream.h

index 1a422d2b0be0c103320fc35bfc19379e25362097..f3d78fdfffc23165db2fe0f50b61255fa478f935 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);