This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit ea8fb1b71eba487d0d5b5fc394d3760aa7fd7620 Author: Niklas Haas <[email protected]> AuthorDate: Thu Jul 23 17:21:56 2026 +0200 Commit: Niklas Haas <[email protected]> CommitDate: Mon Aug 3 09:32:30 2026 +0000 swscale/lut3d: alignment (cosmetic) Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <[email protected]> --- libswscale/lut3d.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libswscale/lut3d.c b/libswscale/lut3d.c index d701ca2ba5..694b455dbc 100644 --- a/libswscale/lut3d.c +++ b/libswscale/lut3d.c @@ -221,9 +221,9 @@ int ff_sws_lut3d_generate(SwsLut3D *lut3d, enum AVPixelFormat fmt_in, if (lut3d->dynamic) { ret = ff_sws_color_map_generate_dynamic(&lut3d->input[0][0][0], - &lut3d->output[0][0][0], - INPUT_LUT_SIZE, OUTPUT_LUT_SIZE_I, - OUTPUT_LUT_SIZE_PT, map); + &lut3d->output[0][0][0], + INPUT_LUT_SIZE, OUTPUT_LUT_SIZE_I, + OUTPUT_LUT_SIZE_PT, map); if (ret < 0) return ret; @@ -232,7 +232,7 @@ int ff_sws_lut3d_generate(SwsLut3D *lut3d, enum AVPixelFormat fmt_in, return 0; } else { return ff_sws_color_map_generate_static(&lut3d->input[0][0][0], - INPUT_LUT_SIZE, map); + INPUT_LUT_SIZE, map); } } _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
