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:
parent
34d48dac25
commit
d6fd1242f3
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user