mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-25 12:19:52 +00:00
exr: add CODEC_CAP_DR1
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
104ea00108
commit
5d23043c12
@ -491,5 +491,6 @@ AVCodec ff_exr_decoder = {
|
||||
.init = decode_init,
|
||||
.close = decode_end,
|
||||
.decode = decode_frame,
|
||||
.capabilities = CODEC_CAP_DR1,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("OpenEXR image"),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user