# HG changeset patch # User stefano # Date 1239402596 0 # Node ID a5bc2084bd6a00b9c828e082a85125590469a276 # Parent e9c4b9d95da2810e62b7cc4e1e66a7a119cd1ce2 Document align_put_bits(). diff -r e9c4b9d95da2 -r a5bc2084bd6a bitstream.h --- 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);