Commit 8d872e8a authored by Stefano Sabatini's avatar Stefano Sabatini

Fix put_bits32() doxy.

Originally committed as revision 20639 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 643570d6
...@@ -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