mirror of https://git.ffmpeg.org/ffmpeg.git
avdevice/timefilter: cleanup the formating of the test output
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
231e33f050
commit
66487d73c3
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue