[FFmpeg-cvslog] avcodec/internal: Fix skiped typo
Michael Niedermayer
git at videolan.org
Tue Nov 17 01:37:02 CET 2015
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Mon Nov 16 19:36:57 2015 +0100| [bf6d41d8a233368a2ef7b56cbb762db95c799e2a] | committer: Michael Niedermayer
avcodec/internal: Fix skiped typo
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bf6d41d8a233368a2ef7b56cbb762db95c799e2a
---
libavcodec/internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
More information about the ffmpeg-cvslog
mailing list