Merge "Removing unused ssim_weighted_pred_err field from FIRSTPASS_STATS."

This commit is contained in:
Dmitry Kovalev 2014-06-12 14:16:18 -07:00 коммит произвёл Gerrit Code Review
Родитель c90cd4d572 eaeda536a4
Коммит 48f0935b81
2 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -137,14 +137,13 @@ static void output_stats(FIRSTPASS_STATS *stats,
FILE *fpfile;
fpfile = fopen("firstpass.stt", "a");
fprintf(fpfile, "%12.0f %12.0f %12.0f %12.0f %12.0f %12.4f %12.4f"
fprintf(fpfile, "%12.0f %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",
stats->frame,
stats->intra_error,
stats->coded_error,
stats->sr_coded_error,
stats->ssim_weighted_pred_err,
stats->pcnt_inter,
stats->pcnt_motion,
stats->pcnt_second_ref,

Просмотреть файл

@ -22,7 +22,6 @@ typedef struct {
double intra_error;
double coded_error;
double sr_coded_error;
double ssim_weighted_pred_err;
double pcnt_inter;
double pcnt_motion;
double pcnt_second_ref;