You've already forked FFmpeg
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user