mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
Add documentation for skip_put_bytes().
Originally committed as revision 18441 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user