mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
parent
504e3f75bf
commit
49d7fcd774
@ -2753,7 +2753,7 @@ AVCodec ff_mpeg_xvmc_decoder = {
|
||||
.close = mpeg_decode_end,
|
||||
.decode = mpeg_decode_frame,
|
||||
.capabilities = AV_CODEC_CAP_DRAW_HORIZ_BAND | AV_CODEC_CAP_DR1 |
|
||||
AV_CODEC_CAP_TRUNCATED | AV_CODEC_CAP_HWACCEL |
|
||||
AV_CODEC_CAP_TRUNCATED | CODEC_CAP_HWACCEL |
|
||||
AV_CODEC_CAP_DELAY,
|
||||
.flush = flush,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user