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) {