avcodec: add Radiance HDR image format support

This commit is contained in:
Paul B Mahol
2022-07-03 23:50:05 +02:00
parent 4136405c86
commit 307ab7fe8a
17 changed files with 521 additions and 3 deletions

View File

@@ -469,6 +469,8 @@ extern const FFCodec ff_gsm_decoder;
extern const FFCodec ff_gsm_ms_decoder;
extern const FFCodec ff_hca_decoder;
extern const FFCodec ff_hcom_decoder;
extern const FFCodec ff_hdr_encoder;
extern const FFCodec ff_hdr_decoder;
extern const FFCodec ff_iac_decoder;
extern const FFCodec ff_ilbc_decoder;
extern const FFCodec ff_imc_decoder;