Add documentation for skip_put_bytes().
Originally committed as revision 18441 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
093364da30
commit
980f54513e
@ -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…
Reference in New Issue
Block a user