You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/internal: Fix skiped typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user