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){