From bf6d41d8a233368a2ef7b56cbb762db95c799e2a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 16 Nov 2015 19:36:57 +0100 Subject: [PATCH] avcodec/internal: Fix skiped typo Signed-off-by: Michael Niedermayer --- libavcodec/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)