Add documentation for skip_put_bytes().

Originally committed as revision 18441 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2009-04-11 14:49:46 +00:00
parent 093364da30
commit 980f54513e

View File

@ -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){