mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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);
|
ff_timefilter_destroy(tf);
|
||||||
#else
|
#else
|
||||||
printf(" [%f %f %9f]", bestpar0, bestpar1, best_error);
|
printf(" [%11f %11f %9f]", bestpar0, bestpar1, best_error);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user