avdevice/timefilter: cleanup the formating of the test output

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-07-30 12:34:34 +02:00
parent 231e33f050
commit 66487d73c3
2 changed files with 7 additions and 7 deletions

View File

@ -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");