mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 21:08:59 +08:00
mpeg1video: add CODEC_CAP_SLICE_THREADS.
This commit is contained in:
@ -2539,7 +2539,7 @@ AVCodec ff_mpeg1video_decoder = {
|
|||||||
NULL,
|
NULL,
|
||||||
mpeg_decode_end,
|
mpeg_decode_end,
|
||||||
mpeg_decode_frame,
|
mpeg_decode_frame,
|
||||||
CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_TRUNCATED | CODEC_CAP_DELAY,
|
CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_TRUNCATED | CODEC_CAP_DELAY | CODEC_CAP_SLICE_THREADS,
|
||||||
.flush= flush,
|
.flush= flush,
|
||||||
.max_lowres= 3,
|
.max_lowres= 3,
|
||||||
.long_name= NULL_IF_CONFIG_SMALL("MPEG-1 video"),
|
.long_name= NULL_IF_CONFIG_SMALL("MPEG-1 video"),
|
||||||
|
Reference in New Issue
Block a user