mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-23 04:24:35 +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:
parent
34d48dac25
commit
d6fd1242f3
libavdevice
@ -151,7 +151,7 @@ int main(void)
|
|||||||
}
|
}
|
||||||
ff_timefilter_destroy(tf);
|
ff_timefilter_destroy(tf);
|
||||||
#else
|
#else
|
||||||
printf(" [%11f %11f %9f]", bestpar0, bestpar1, best_error);
|
printf(" [%12f %11f %9f]", bestpar0, bestpar1, best_error);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user