summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/bitstream.h2
1 files changed, 1 insertions, 1 deletions
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){