This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 80e48f2e78ac08c0b56698e5c53e79faed1fadd6 Author: Niklas Haas <[email protected]> AuthorDate: Thu Mar 12 14:44:01 2026 +0100 Commit: Ramiro Polla <[email protected]> CommitDate: Sat Mar 14 06:13:19 2026 +0000 swscale/tests/swscale: fix typos --- libswscale/tests/swscale.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libswscale/tests/swscale.c b/libswscale/tests/swscale.c index d648522801..fdcfec7f98 100644 --- a/libswscale/tests/swscale.c +++ b/libswscale/tests/swscale.c @@ -187,7 +187,7 @@ static void get_ssim(float ssim[4], const AVFrame *out, const AVFrame *ref, int static float get_loss(const float ssim[4]) { - const float weights[3] = { 0.8, 0.1, 0.1 }; /* tuned for Y'CrCr */ + const float weights[3] = { 0.8, 0.1, 0.1 }; /* tuned for Y'CbCr */ float sum = 0; for (int i = 0; i < 3; i++) @@ -591,7 +591,7 @@ static int parse_options(int argc, char **argv, struct options *opts, FILE **fp) " -help\n" " This text\n" " -ref <file>\n" - " Uses file as reference to compare tests againsts. Tests that have become worse will contain the string worse or WORSE\n" + " Uses file as reference to compare tests against. Tests that have become worse will contain the string worse or WORSE\n" " -p <number between 0.0 and 1.0>\n" " The percentage of tests or comparisons to perform. Doing all tests will take long and generate over a hundred MB text output\n" " It is often convenient to perform a random subset\n" _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
