From: Stefano Sabatini Date: Sat, 11 Apr 2009 14:49:46 +0000 (+0000) Subject: Add documentation for skip_put_bytes(). X-Git-Tag: v0.6~4821 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=980f54513e7a3e783714d79aa0d84a659074df86;p=coroid%2Flibav_saccubus.git Add documentation for skip_put_bytes(). Originally committed as revision 18441 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h index 27ababf62..66a5498d7 100644 --- a/libavcodec/bitstream.h +++ b/libavcodec/bitstream.h @@ -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){