Fix control string in firstpass stats fprintf
20 items in the control string but only 19 arguments. Change-Id: I51dab9aa1c58c653b52395005a9cb41f09feb484
This commit is contained in:
@@ -110,9 +110,9 @@ static void output_stats(FIRSTPASS_STATS *stats,
|
||||
FILE *fpfile;
|
||||
fpfile = fopen("firstpass.stt", "a");
|
||||
|
||||
fprintf(fpfile, "%12.0f %12.4f %12.0f %12.0f %12.0f %12.4f %12.4f"
|
||||
"%12.4f %12.4f %12.4f %12.4f %12.4f %12.4f %12.4f"
|
||||
"%12.0f %12.0f %12.4f %12.0f %12.0f %12.4f\n",
|
||||
fprintf(fpfile, "%12.0lf %12.4lf %12.0lf %12.0lf %12.0lf %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\n",
|
||||
stats->frame,
|
||||
stats->weight,
|
||||
stats->intra_error,
|
||||
|
Reference in New Issue
Block a user