]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Add documentation for skip_put_bytes().
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 11 Apr 2009 14:49:46 +0000 (14:49 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 11 Apr 2009 14:49:46 +0000 (14:49 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18441 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/bitstream.h

index 27ababf6213d8726ca6468f2bf2a9fa003410b69..66a5498d773de4fd8218c0ce9cd115d5b134eda9 100644 (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){