[SCM] libav/experimental: Document the 'size' parameter of set_put_bits_buffer_size().
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:43:50 UTC 2013
The following commit has been merged in the experimental branch:
commit 4af615b81e99cc3897c4106b71d28ccc617b2391
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Sat Apr 11 21:04:26 2009 +0000
Document the 'size' parameter of set_put_bits_buffer_size().
Originally committed as revision 18448 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h
index a20efc7..e2d5576 100644
--- a/libavcodec/bitstream.h
+++ b/libavcodec/bitstream.h
@@ -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;
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list