diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-16 19:36:57 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-17 01:23:10 +0100 |
commit | bf6d41d8a233368a2ef7b56cbb762db95c799e2a (patch) | |
tree | e4dcfa2d2554bb2c966a7fb9b3cd15253ce5757b | |
parent | 88e381c807b9eaf43e9f2aa170197ea31ddd707a (diff) | |
download | ffmpeg-streaming-bf6d41d8a233368a2ef7b56cbb762db95c799e2a.zip ffmpeg-streaming-bf6d41d8a233368a2ef7b56cbb762db95c799e2a.tar.gz |
avcodec/internal: Fix skiped typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavcodec/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 9ab507a..445b45a 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) |