1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

tests/swscale: remove stray whitespace in scanf format

This commit is contained in:
Niklas Haas
2025-02-25 21:13:47 +01:00
parent a22faeb992
commit 9549daa996

View File

@@ -388,7 +388,7 @@ static int run_file_tests(const AVFrame *ref, FILE *fp, struct options opts)
struct mode mode;
ret = sscanf(buf,
" %20s %dx%d -> %20s %dx%d, flags=0x%x dither=%u, "
"%20s %dx%d -> %20s %dx%d, flags=0x%x dither=%u, "
"SSIM {Y=%f U=%f V=%f A=%f}\n",
src_fmt_str, &sw, &sh, dst_fmt_str, &dw, &dh,
&mode.flags, &mode.dither,