ffmpeg | branch: master | Michael Niedermayer <mich...@niedermayer.cc> | Mon 
Nov 16 19:36:57 2015 +0100| [bf6d41d8a233368a2ef7b56cbb762db95c799e2a] | 
committer: Michael Niedermayer

avcodec/internal: Fix skiped typo

Signed-off-by: Michael Niedermayer <mich...@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)
 

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to