[SCM] libav/experimental: Document pbBufPtr().

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:43:56 UTC 2013


The following commit has been merged in the experimental branch:
commit 53bd67ec89352692f0e0b886bac03c94768701ce
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sun Apr 12 09:06:17 2009 +0000

    Document pbBufPtr().
    
    Originally committed as revision 18466 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/put_bits.h b/libavcodec/put_bits.h
index 3bddd44..32b11f6 100644
--- a/libavcodec/put_bits.h
+++ b/libavcodec/put_bits.h
@@ -259,7 +259,10 @@ static inline void put_sbits(PutBitContext *pb, int bits, int32_t val)
     put_bits(pb, bits, val & ((1<<bits)-1));
 }
 
-
+/**
+ * Returns the pointer to the byte where the bitstream writer will put
+ * the next bit.
+ */
 static inline uint8_t* pbBufPtr(PutBitContext *s)
 {
 #ifdef ALT_BITSTREAM_WRITER

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list