OSDN Git Service

Add documentation for skip_put_bytes().
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 11 Apr 2009 14:49:46 +0000 (14:49 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 11 Apr 2009 14:49:46 +0000 (14:49 +0000)
Originally committed as revision 18441 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/bitstream.h

index 27ababf..66a5498 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){