Commit facf521d authored by Stefano Sabatini's avatar Stefano Sabatini

Document align_put_bits().

Originally committed as revision 18427 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fc660a01
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment