Mercurial > libavcodec.hg
changeset 10584:784409693f16 libavcodec
Fix typo, "Write" -> "Writes".
author | stefano |
---|---|
date | Sat, 28 Nov 2009 10:17:43 +0000 |
parents | 96d1d05cfd37 |
children | 7034c66f7e7d |
files | put_bits.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/put_bits.h Sat Nov 28 01:13:43 2009 +0000 +++ b/put_bits.h Sat Nov 28 10:17:43 2009 +0000 @@ -137,7 +137,7 @@ void ff_copy_bits(PutBitContext *pb, const uint8_t *src, int length); /** - * Write up to 31 bits into a bitstream. + * Writes up to 31 bits into a bitstream. * Use put_bits32 to write 32 bits. */ static inline void put_bits(PutBitContext *s, int n, unsigned int value)