Commit a1fefa62 authored by stefano's avatar stefano

Fix typo, "Write" -> "Writes".


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20637 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4a16b1af
...@@ -137,7 +137,7 @@ void ff_put_string(PutBitContext * pbc, const char *s, int terminate_string); ...@@ -137,7 +137,7 @@ void ff_put_string(PutBitContext * pbc, const char *s, int terminate_string);
void ff_copy_bits(PutBitContext *pb, const uint8_t *src, int length); 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. * Use put_bits32 to write 32 bits.
*/ */
static inline void put_bits(PutBitContext *s, int n, unsigned int value) static inline void put_bits(PutBitContext *s, int n, unsigned int value)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment