mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 12:40:01 +00:00
proresdec: set CODEC_CAP_DR1, it appears this was forgotten.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
da31e537c4
commit
8937afd39f
@ -589,5 +589,5 @@ AVCodec ff_prores_decoder = {
|
||||
.close = decode_close,
|
||||
.decode = decode_frame,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("ProRes"),
|
||||
.capabilities = CODEC_CAP_SLICE_THREADS,
|
||||
.capabilities = CODEC_CAP_DR1 | CODEC_CAP_SLICE_THREADS,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user