summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 7e301ac767..8e6b2c0738 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1691,14 +1691,14 @@ typedef struct AVCodecContext {
int nsse_weight;
/**
- * number of macroblock rows at the top which are skiped.
+ * number of macroblock rows at the top which are skipped.
* - encoding: unused
* - decoding: set by user
*/
int skip_top;
/**
- * number of macroblock rows at the bottom which are skiped.
+ * number of macroblock rows at the bottom which are skipped.
* - encoding: unused
* - decoding: set by user
*/