On 12/11/24 5:32 PM, Marth64 wrote:
Hi Leo,
In libjxl_anim_encode_frame():
+if (!ctx->prev) {
+ret = AVERROR(ENOMEM);
+goto end;
+}
+ret = ff_encode_get_frame(avctx, ctx->prev);
+if (ret == AVERROR(EAGAIN) || ret == AVERROR_EOF)
+
Hi Leo,
In libjxl_anim_encode_frame():
> +if (!ctx->prev) {
> +ret = AVERROR(ENOMEM);
> +goto end;
> +}
> +ret = ff_encode_get_frame(avctx, ctx->prev);
> +if (ret == AVERROR(EAGAIN) || ret == AVERROR_EOF)
> +goto end;
> +
On 12/4/24 9:59 AM, Leo Izen wrote:
> Changes since v1:
> - modified fate tests to use jpegxl_anim codec ID, so
> the fate tests don't fail after applying patch 2/2
>
> Leo Izen (2):
>avcodec/libjxlenc: add animated JPEG XL encoder
>avformat/jpegxl_anim_dec: use new animated JPEG XL codec
On 12/4/24 9:59 AM, Leo Izen wrote:
Changes since v1:
- modified fate tests to use jpegxl_anim codec ID, so
the fate tests don't fail after applying patch 2/2
Leo Izen (2):
avcodec/libjxlenc: add animated JPEG XL encoder
avformat/jpegxl_anim_dec: use new animated JPEG XL codec ID
config