From 0a73e94fd68dbdb295177a0df604729cc8122b94 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 11 Apr 2009 13:04:33 +0000 Subject: [PATCH] Clarify documentation for put_bits_count(). Originally committed as revision 18432 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/bitstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h index f3d78fdfff..699c4a5c2a 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) {