# HG changeset patch # User stefano # Date 1239483866 0 # Node ID e74131a0652d6882d5743e1d2bdd9783f107990f # Parent 0129a71aae9036a0563c1d8394d0a0afca816f90 Document the 'size' parameter of set_put_bits_buffer_size(). diff -r 0129a71aae90 -r e74131a0652d bitstream.h --- a/bitstream.h Sat Apr 11 21:01:30 2009 +0000 +++ b/bitstream.h Sat Apr 11 21:04:26 2009 +0000 @@ -372,6 +372,8 @@ /** * Changes the end of the buffer. + * + * @param size the new size in bytes of the buffer where to put bits */ static inline void set_put_bits_buffer_size(PutBitContext *s, int size){ s->buf_end= s->buf + size;