mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-17 12:30:11 +01:00
@@ -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"),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user