[FFmpeg-cvslog] r18448 - trunk/libavcodec/bitstream.h

stefano subversion
Sat Apr 11 23:04:26 CEST 2009


Author: stefano
Date: Sat Apr 11 23:04:26 2009
New Revision: 18448

Log:
Document the 'size' parameter of set_put_bits_buffer_size().

Modified:
   trunk/libavcodec/bitstream.h

Modified: trunk/libavcodec/bitstream.h
==============================================================================
--- trunk/libavcodec/bitstream.h	Sat Apr 11 23:01:30 2009	(r18447)
+++ trunk/libavcodec/bitstream.h	Sat Apr 11 23:04:26 2009	(r18448)
@@ -372,6 +372,8 @@ static inline void skip_put_bits(PutBitC
 
 /**
  * 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;



More information about the ffmpeg-cvslog mailing list