mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-04 13:20:01 +01:00
committed by
Clément Bœsch
parent
ee77140afa
commit
b46f19100b
@@ -804,11 +804,11 @@ static av_cold int decode_end(AVCodecContext *avctx)
|
||||
|
||||
AVCodec ff_exr_decoder = {
|
||||
.name = "exr",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("OpenEXR image"),
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.id = AV_CODEC_ID_EXR,
|
||||
.priv_data_size = sizeof(EXRContext),
|
||||
.close = decode_end,
|
||||
.decode = decode_frame,
|
||||
.capabilities = CODEC_CAP_DR1 | CODEC_CAP_FRAME_THREADS | CODEC_CAP_SLICE_THREADS,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("OpenEXR image"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user