You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avdevice/timefilter: cleanup the formating of the test output
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -150,7 +150,7 @@ int main(void)
|
||||
}
|
||||
ff_timefilter_destroy(tf);
|
||||
#else
|
||||
printf(" [%f %f %9f]", bestpar0, bestpar1, best_error);
|
||||
printf(" [%11f %11f %9f]", bestpar0, bestpar1, best_error);
|
||||
#endif
|
||||
}
|
||||
printf("\n");
|
||||
|
Reference in New Issue
Block a user