changeset 9408:e74131a0652d libavcodec

Document the 'size' parameter of set_put_bits_buffer_size().
author stefano
date Sat, 11 Apr 2009 21:04:26 +0000
parents 0129a71aae90
children e6ade5c8a750
files bitstream.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bitstream.h	Sat Apr 11 21:01:30 2009 +0000
+++ b/bitstream.h	Sat Apr 11 21:04:26 2009 +0000
@@ -372,6 +372,8 @@
 
 /**
  * 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;