From 980f54513e7a3e783714d79aa0d84a659074df86 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 11 Apr 2009 14:49:46 +0000 Subject: Add documentation for skip_put_bytes(). Originally committed as revision 18441 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/bitstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h index 27ababf621..66a5498d77 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){ -- cgit v1.2.3