You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-06 06:27:36 +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:
@ -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");
|
||||
|
Reference in New Issue
Block a user