On Tue, Mar 8, 2022 at 1:58 PM James Almer <[email protected]> wrote: > > Could we for that matter change AVFrame linesize to ptrdiff_t in the > next bump? Alongside the relevant imgutils helpers, if possible. > Half this patch is just doing int -> ptrdiff_t, which is why it looks so > big.
Its definitely long overdue, having half the frame API already use size_t/ptrdiff_t makes for really annoying conversion loops when trying to use them. - Hendrik _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
