On Sat, Oct 5, 2024 at 10:14 PM Niklas Haas <[email protected]> wrote: > > From: Niklas Haas <[email protected]> > > And give it const parameters while we're at it, because this function does > not mutate its parameters.
Not entirely correct since it still modifies srcStride. After fixing this it should then be possible to remove the copy we do in scale_internal(). Thank you for working on these cleanups. Ramiro _______________________________________________ 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".
