[SCM] libav/experimental: Clarify documentation for put_bits_count().

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


The following commit has been merged in the experimental branch:
commit 0a73e94fd68dbdb295177a0df604729cc8122b94
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Apr 11 13:04:33 2009 +0000

    Clarify documentation for put_bits_count().
    
    Originally committed as revision 18432 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h
index f3d78fd..699c4a5 100644
--- a/libavcodec/bitstream.h
+++ b/libavcodec/bitstream.h
@@ -117,7 +117,7 @@ static inline void init_put_bits(PutBitContext *s, uint8_t *buffer, int buffer_s
 }
 
 /**
- * Returns the number of bits output.
+ * Returns the total number of bits written to the bitstream.
  */
 static inline int put_bits_count(PutBitContext *s)
 {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list