Mercurial > libavcodec.hg
diff bitstream.h @ 9392:a5bc2084bd6a libavcodec
Document align_put_bits().
| author | stefano |
|---|---|
| date | Fri, 10 Apr 2009 22:29:56 +0000 |
| parents | e9c4b9d95da2 |
| children | 14e8350b27b4 |
line wrap: on
line diff
--- a/bitstream.h Fri Apr 10 22:27:29 2009 +0000 +++ b/bitstream.h Fri Apr 10 22:29:56 2009 +0000 @@ -155,6 +155,9 @@ #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);
