Add documentation for skip_put_bytes().

Originally committed as revision 18441 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Stefano Sabatini 16 years ago
parent 093364da30
commit 980f54513e
  1. 2
      libavcodec/bitstream.h

@ -335,7 +335,7 @@ static inline uint8_t* pbBufPtr(PutBitContext *s)
}
/**
*
* Skips the given number of bytes.
* PutBitContext must be flushed & aligned to a byte boundary before calling this.
*/
static inline void skip_put_bytes(PutBitContext *s, int n){

Loading…
Cancel
Save