From 2b247ae91c8da78b25050d622a0a2ccc4bfc4855 Mon Sep 17 00:00:00 2001 From: paulwilkins Date: Wed, 11 Oct 2017 11:56:44 +0100 Subject: [PATCH] Increase precision of some debug stats output for corpus VBR. Change-Id: I75841797cc0c215781b5b36e3a3e9f4b0e35ba63 --- vp9/encoder/vp9_firstpass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vp9/encoder/vp9_firstpass.c b/vp9/encoder/vp9_firstpass.c index 9d9779f7b..f9494dc51 100644 --- a/vp9/encoder/vp9_firstpass.c +++ b/vp9/encoder/vp9_firstpass.c @@ -108,7 +108,7 @@ static void output_stats(FIRSTPASS_STATS *stats, fpfile = fopen("firstpass.stt", "a"); fprintf(fpfile, - "%12.0lf %12.4lf %12.0lf %12.0lf %12.0lf %12.0lf %12.4lf %12.4lf" + "%12.0lf %12.4lf %12.2lf %12.2lf %12.2lf %12.0lf %12.4lf %12.4lf" "%12.4lf %12.4lf %12.4lf %12.4lf %12.4lf %12.4lf %12.4lf %12.4lf" "%12.4lf %12.4lf %12.4lf %12.4lf %12.4lf %12.0lf %12.0lf %12.0lf" "%12.4lf"