avcodec/libjxl: add Jpeg XL decoding via libjxl

This commit adds decoding support to libavcodec
for Jpeg XL images via the external library libjxl.
This commit is contained in:
Leo Izen
2022-04-17 09:22:34 -04:00
committed by Lynne
parent 0008c15956
commit 458cc7e314
8 changed files with 413 additions and 0 deletions

View File

@@ -751,6 +751,7 @@ extern const FFCodec ff_libgsm_ms_encoder;
extern const FFCodec ff_libgsm_ms_decoder;
extern const FFCodec ff_libilbc_encoder;
extern const FFCodec ff_libilbc_decoder;
extern const FFCodec ff_libjxl_decoder;
extern const FFCodec ff_libmp3lame_encoder;
extern const FFCodec ff_libopencore_amrnb_encoder;
extern const FFCodec ff_libopencore_amrnb_decoder;