Commit a1289a3b authored by stefano's avatar stefano

Document the 'size' parameter of set_put_bits_buffer_size().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18448 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dcb39ab2
......@@ -372,6 +372,8 @@ static inline void skip_put_bits(PutBitContext *s, int n){
/**
* 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;
......
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