shithub: libvpx

Download patch

ref: 1a0533958b219501d68acff44e9e42c3ba7d4fa4
parent: db54e6774f08bd00e1c8e164a7bfe5c29eccb566
parent: f3fdb4c37dc507d8176578ef7963ec14eb7f3ff6
author: Ronald S. Bultje <rbultje@google.com>
date: Tue Feb 26 14:39:33 EST 2013

Merge "Fix modes.stt output printf format string." into experimental

--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -3373,7 +3373,7 @@
     if (cpi->twopass.total_left_stats->coded_error != 0.0)
       fprintf(f, "%10d %10d %10d %10d %10d %10d %10d %10d"
               "%7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f"
-              "%6d %5d %5d %5d %8d %8.2f %10d %10.3f"
+              "%6d %5d %5d %5d %8.2f %10d %10.3f"
               "%10.3f %8d %10d %10d %10d\n",
               cpi->common.current_video_frame, cpi->this_frame_target,
               cpi->projected_frame_size, 0, //loop_size_estimate,
@@ -3400,7 +3400,7 @@
     else
       fprintf(f, "%10d %10d %10d %10d %10d %10d %10d %10d"
               "%7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f"
-              "%5d %5d %8d %8.2f %10d %10.3f"
+              "%5d %5d %8d %8d %8.2f %10d %10.3f"
               "%8d %10d %10d %10d\n",
               cpi->common.current_video_frame,
               cpi->this_frame_target, cpi->projected_frame_size,