]> granicus.if.org Git - libvpx/commitdiff
Fixed bug in formatting of debug stats.
authorpaulwilkins <paulwilkins@google.com>
Wed, 2 Nov 2016 09:38:18 +0000 (09:38 +0000)
committerpaulwilkins <paulwilkins@google.com>
Wed, 2 Nov 2016 09:38:18 +0000 (09:38 +0000)
Fixed formatting bug introduced by the fix to BUG=webm:1322
( Iedc4477aef1746aa0a4f84d88a1156296fd3ba87)

Change-Id: I715ee446c0e8584967ab87ba4e355759dd394187

vp9/encoder/vp9_encoder.c

index 4aa24b4e451801f6c4204f58283bf366187dd686..933f12f7d360104f58c8a99d42f13d4708adf508 100644 (file)
@@ -2799,13 +2799,13 @@ static void output_frame_level_debug_stats(VP9_COMP *cpi) {
     dc_quant_devisor = 4.0;
 #endif
 
-    fprintf(f, "%10u %dx%d %10d %10d %d %d %10d %10d %10d %10d"
+    fprintf(f, "%10u %dx%d %d %d %10d %10d %10d %10d"
        "%10"PRId64" %10"PRId64" %5d %5d %10"PRId64" "
        "%10"PRId64" %10"PRId64" %10d "
        "%7.2lf %7.2lf %7.2lf %7.2lf %7.2lf"
         "%6d %6d %5d %5d %5d "
         "%10"PRId64" %10.3lf"
-        "%10lf %8u %10"PRId64" %10d %10d %10d\n",
+        "%10lf %8u %10"PRId64" %10d %10d %10d %10d %10d\n",
         cpi->common.current_video_frame,
         cm->width, cm->height,
         cpi->rc.source_alt_ref_pending,