Commit 980f5451 authored by Stefano Sabatini's avatar Stefano Sabatini

Add documentation for skip_put_bytes().

Originally committed as revision 18441 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 093364da
......@@ -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){
......
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