From: Loren Merritt Date: Thu, 4 Nov 2004 09:19:34 +0000 (+0000) Subject: cleanup spacing of frame stats with verbose logging. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0b32b7cc24d59826f311dcd2e64945a80803dc2;p=libx264 cleanup spacing of frame stats with verbose logging. git-svn-id: svn://svn.videolan.org/x264/trunk@58 df754926-b1dd-0310-bc7b-ec298dee348c --- diff --git a/encoder/encoder.c b/encoder/encoder.c index 5e04847f..dab86e3f 100644 --- a/encoder/encoder.c +++ b/encoder/encoder.c @@ -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,