mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
avcodec/libjxl: add animated JPEG XL encoder
libjxl supports animated encoding, so we add a wrapper to the library using the receive_packet callback method. This code was based largely on a patch sent by Zsolt Vadász, although it was updated to use more recent coding practices and many of the leaks and issues were fixed. Reviewed-by: Marth64 <marth64@proxyid.net> Co-authored-by: Zsolt Vadász <zsolt_vadasz@protonmail.com> Signed-off-by: Leo Izen <leo.izen@gmail.com>
This commit is contained in:
@@ -778,6 +778,8 @@ 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_anim_decoder;
|
||||
extern const FFCodec ff_libjxl_anim_encoder;
|
||||
extern const FFCodec ff_libjxl_decoder;
|
||||
extern const FFCodec ff_libjxl_encoder;
|
||||
extern const FFCodec ff_liblc3_encoder;
|
||||
|
||||
Reference in New Issue
Block a user