]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Document the 'size' parameter of set_put_bits_buffer_size().
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 11 Apr 2009 21:04:26 +0000 (21:04 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 11 Apr 2009 21:04:26 +0000 (21:04 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18448 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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;