summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-11-16 19:36:57 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2015-11-17 01:23:10 +0100
commitbf6d41d8a233368a2ef7b56cbb762db95c799e2a (patch)
treee4dcfa2d2554bb2c966a7fb9b3cd15253ce5757b /libavcodec/internal.h
parent88e381c807b9eaf43e9f2aa170197ea31ddd707a (diff)
avcodec/internal: Fix skiped typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 9ab507a479..445b45ad91 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -55,7 +55,7 @@
#define FF_CODEC_CAP_SETS_PKT_DTS (1 << 2)
/**
* The decoder extracts and fills its parameters even if the frame is
- * skiped due to the skip_frame setting.
+ * skipped due to the skip_frame setting.
*/
#define FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM (1 << 3)