mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-26 04:50:25 +00:00
Fix put_bits32() doxy.
Originally committed as revision 20639 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
643570d6bb
commit
8d872e8ac9
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user