Commit bf6d41d8 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/internal: Fix skiped typo

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 88e381c8
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
#define FF_CODEC_CAP_SETS_PKT_DTS (1 << 2) #define FF_CODEC_CAP_SETS_PKT_DTS (1 << 2)
/** /**
* The decoder extracts and fills its parameters even if the frame is * 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) #define FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM (1 << 3)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment