Commit 5d23043c authored by Paul B Mahol's avatar Paul B Mahol

exr: add CODEC_CAP_DR1

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 104ea001
...@@ -491,5 +491,6 @@ AVCodec ff_exr_decoder = { ...@@ -491,5 +491,6 @@ AVCodec ff_exr_decoder = {
.init = decode_init, .init = decode_init,
.close = decode_end, .close = decode_end,
.decode = decode_frame, .decode = decode_frame,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("OpenEXR image"), .long_name = NULL_IF_CONFIG_SMALL("OpenEXR image"),
}; };
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