diff options
author | Leo Izen <leo.izen@gmail.com> | 2023-03-03 15:31:45 -0500 |
---|---|---|
committer | Leo Izen <leo.izen@gmail.com> | 2023-06-05 12:14:43 -0400 |
commit | 99da411322e1e8603149033138d6e87b58fe41a3 (patch) | |
tree | 80cfc159640133309f534476b0d9b1b767d3a3f0 /tests | |
parent | 141d11cb3ca1b4b8236d23323dca7c89859e487b (diff) | |
download | ffmpeg-99da411322e1e8603149033138d6e87b58fe41a3.tar.gz |
avcodec/libjxldec: add animated decode support
Migrate the libjxl decoder wrapper from the decode_frame method to the
receive_frame method, which allows sending more than one frame from a
single packet. This allows the libjxl decoder to decode JPEG XL files
that are animated, and emit every frame of the animation. Now, clients
that feed the libjxl decoder with an animated JPEG XL file will be able
to receieve the full animation.
Signed-off-by: Leo Izen <leo.izen@gmail.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions