Commit 8937afd3 authored by Michael Niedermayer's avatar Michael Niedermayer

proresdec: set CODEC_CAP_DR1, it appears this was forgotten.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent da31e537
......@@ -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,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment