early-access version 1680
This commit is contained in:
3
externals/ffmpeg/libavcodec/mpeg4videodec.c
vendored
3
externals/ffmpeg/libavcodec/mpeg4videodec.c
vendored
@@ -3603,7 +3603,8 @@ AVCodec ff_mpeg4_decoder = {
|
||||
AV_CODEC_CAP_TRUNCATED | AV_CODEC_CAP_DELAY |
|
||||
AV_CODEC_CAP_FRAME_THREADS,
|
||||
.caps_internal = FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM |
|
||||
FF_CODEC_CAP_ALLOCATE_PROGRESS,
|
||||
FF_CODEC_CAP_ALLOCATE_PROGRESS |
|
||||
FF_CODEC_CAP_INIT_CLEANUP,
|
||||
.flush = ff_mpeg_flush,
|
||||
.max_lowres = 3,
|
||||
.pix_fmts = ff_h263_hwaccel_pixfmt_list_420,
|
||||
|
Reference in New Issue
Block a user