Browse Source

Doxygenate flush_put_bits() documentation.

Originally committed as revision 18426 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Stefano Sabatini 17 years ago
parent
commit
fc660a0143
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      libavcodec/bitstream.h

+ 3
- 1
libavcodec/bitstream.h View File

@@ -128,7 +128,9 @@ static inline int put_bits_count(PutBitContext *s)
#endif
}

/* pad the end of the output stream with zeros */
/**
* Pads the end of the output stream with zeros.
*/
static inline void flush_put_bits(PutBitContext *s)
{
#ifdef ALT_BITSTREAM_WRITER


Loading…
Cancel
Save