[FFmpeg-devel] [PATCH 06/12] swscale/internal: expose low level swscale() internally
Ramiro Polla
ramiro.polla at gmail.com
Sun Oct 6 18:31:16 EEST 2024
On Sat, Oct 5, 2024 at 10:14 PM Niklas Haas <ffmpeg at haasn.xyz> wrote:
>
> From: Niklas Haas <git at haasn.dev>
>
> 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
More information about the ffmpeg-devel
mailing list