This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 0d54a1b53af4d423d3494c60b3295f82731a4b25 Author: Niklas Haas <[email protected]> AuthorDate: Wed Mar 18 11:46:54 2026 +0100 Commit: Niklas Haas <[email protected]> CommitDate: Sat Mar 28 16:48:13 2026 +0000 swscale/ops: remove , from comp min/max print-out for consistency Interferes with an upcoming simplification, otherwise. Signed-off-by: Niklas Haas <[email protected]> --- libswscale/ops.c | 2 +- tests/ref/fate/sws-ops-list | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libswscale/ops.c b/libswscale/ops.c index 11e96b9829..d1e099aebd 100644 --- a/libswscale/ops.c +++ b/libswscale/ops.c @@ -868,7 +868,7 @@ void ff_sws_op_list_print(void *log, int lev, int lev_extra, op->comps.max[0].den || op->comps.max[1].den || op->comps.max[2].den || op->comps.max[3].den) { - av_log(log, lev_extra, " min: {%s, %s, %s, %s}, max: {%s, %s, %s, %s}\n", + av_log(log, lev_extra, " min: {%s %s %s %s}, max: {%s %s %s %s}\n", next->comps.unused[0] ? "_" : PRINTQ(op->comps.min[0]), next->comps.unused[1] ? "_" : PRINTQ(op->comps.min[1]), next->comps.unused[2] ? "_" : PRINTQ(op->comps.min[2]), diff --git a/tests/ref/fate/sws-ops-list b/tests/ref/fate/sws-ops-list index 4cfce95495..28ca16f094 100644 --- a/tests/ref/fate/sws-ops-list +++ b/tests/ref/fate/sws-ops-list @@ -1 +1 @@ -c014aa1e7c12d3bb101951487c406148 +ca5418b78a95b6b4eab07253f13ef731 _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
