]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/bitstream.h
Document the 'size' parameter of set_put_bits_buffer_size().
[frescor/ffmpeg.git] / libavcodec / bitstream.h
index a20efc710af26933703eb30d4a747d7ceaf9e075..e2d557669e5c8286d2cd7ea87555547e138e55fc 100644 (file)
@@ -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;