[FFmpeg-devel] [PATCH v3] avcodec/libjxlenc: support negative linesizes

Leo Izen leo.izen at gmail.com
Tue Jan 30 17:25:36 EET 2024


On 1/30/24 10:24, Leo Izen wrote:
> +        jxl_fmt.align = -frame->linesize[0];
> +        data = frame->data[0] + frame->linesize[0] * (info.ysize - 1);
> +    }
>   

Something like this ^ is what you're requesting, right?

- Leo Izen (Traneptora)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 236 bytes
Desc: OpenPGP digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20240130/7fa4f295/attachment.sig>


More information about the ffmpeg-devel mailing list