mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Document the 'size' parameter of set_put_bits_buffer_size().
Originally committed as revision 18448 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
930cab5944
commit
4af615b81e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user