Commit cbdcc924 authored by stefano's avatar stefano

Fix put_bits32() doxy.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20639 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6b6bc348
...@@ -264,7 +264,7 @@ static inline void put_sbits(PutBitContext *pb, int bits, int32_t val) ...@@ -264,7 +264,7 @@ static inline void put_sbits(PutBitContext *pb, int bits, int32_t val)
} }
/** /**
* Write exactly 32 bits into a bitstream * Writes exactly 32 bits into a bitstream.
*/ */
static void av_unused put_bits32(PutBitContext *s, uint32_t value) static void av_unused put_bits32(PutBitContext *s, uint32_t 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