]> granicus.if.org Git - libx264/commitdiff
cleanup spacing of frame stats with verbose logging.
authorLoren Merritt <pengvado@videolan.org>
Thu, 4 Nov 2004 09:19:34 +0000 (09:19 +0000)
committerLoren Merritt <pengvado@videolan.org>
Thu, 4 Nov 2004 09:19:34 +0000 (09:19 +0000)
git-svn-id: svn://svn.videolan.org/x264/trunk@58 df754926-b1dd-0310-bc7b-ec298dee348c

encoder/encoder.c

index 5e04847f9d7b3910c6238922f6c60c9d1bb16d34..dab86e3fd3ab4914f10a206fc37bbec6db1f425a 100644 (file)
@@ -1265,7 +1265,7 @@ do_encode:
         h->stat.f_psnr_mean_v[i_slice_type] += x264_psnr( i_sqe_v, h->param.i_width * h->param.i_height / 4 );
 
         x264_log( h, X264_LOG_DEBUG,
-                  "frame=%4d QP=%i NAL=%d Slice:%c Poc:%-3d I4x4:%-5d I16x16:%-5d P:%-5d SKIP:%-3d size=%d bytes PSNR Y:%2.2f U:%2.2f V:%2.2f\n",
+                  "frame=%4d QP=%i NAL=%d Slice:%c Poc:%-3d I4x4:%-4d I16x16:%-4d P:%-4d SKIP:%-4d size=%d bytes PSNR Y:%2.2f U:%2.2f V:%2.2f\n",
                   h->i_frame - 1,
                   i_global_qp,
                   i_nal_ref_idc,
@@ -1283,7 +1283,7 @@ do_encode:
     else
     {
         x264_log( h, X264_LOG_DEBUG,
-                  "frame=%4d QP=%i NAL=%d Slice:%c Poc:%-3d I4x4:%-5d I16x16:%-5d P:%-5d SKIP:%-3d size=%d bytes\n",
+                  "frame=%4d QP=%i NAL=%d Slice:%c Poc:%-3d I4x4:%-4d I16x16:%-4d P:%-4d SKIP:%-4d size=%d bytes\n",
                   h->i_frame - 1,
                   i_global_qp,
                   i_nal_ref_idc,