Commit 1ca8eaea authored by stefano's avatar stefano

Add documentation for skip_put_bytes().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18441 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 02b496dd
......@@ -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