1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-03-17 20:17:55 +02:00

avdevice/timefilter-test: provide more space for the printout to allow larger values

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-08-03 16:09:51 +02:00
parent 34d48dac25
commit d6fd1242f3
2 changed files with 7 additions and 7 deletions

View File

@ -151,7 +151,7 @@ int main(void)
}
ff_timefilter_destroy(tf);
#else
printf(" [%11f %11f %9f]", bestpar0, bestpar1, best_error);
printf(" [%12f %11f %9f]", bestpar0, bestpar1, best_error);
#endif
}
printf("\n");