# HG changeset patch
# User Aarthi Thirumalai
# Date 1407312278 -19800
#      Wed Aug 06 13:34:38 2014 +0530
# Node ID 02d805ee3d387366db2222ce0f1cc379629a6790
# Parent  ca70276334d293a269d52f79f9b96f831b3411dc
rc : nit

diff -r ca70276334d2 -r 02d805ee3d38 source/encoder/ratecontrol.cpp
--- a/source/encoder/ratecontrol.cpp    Tue Aug 05 17:35:05 2014 -0700
+++ b/source/encoder/ratecontrol.cpp    Wed Aug 06 13:34:38 2014 +0530
@@ -2084,7 +2084,7 @@
             : rce->sliceType == P_SLICE ? 'P'
             : IS_REFERENCED(slice) ? 'B' : 'b';
         if (fprintf(m_statFileOut,
-                    "in:%d out:%d type:%c dur:%.3f q:%.2f q-aq:%.2f tex:%d 
mv:%d misc:%d icu:%.2f pcu:%.2f scu:%.2f ",
+                    "in:%d out:%d type:%c dur:%.3f q:%.2f q-aq:%.2f tex:%d 
mv:%d misc:%d icu:%.2f pcu:%.2f scu:%.2f ;",
                     rce->poc, rce->encodeOrder,
                     cType, m_frameDuration,
                     pic->m_avgQpRc, pic->m_avgQpAq,
@@ -2095,8 +2095,6 @@
                     stats->cuCount_p * m_ncu,
                     stats->cuCount_skip * m_ncu) < 0)
             goto writeFailure;
-        if (fprintf(m_statFileOut, ";\n") < 0)
-            goto writeFailure;
         /* Don't re-write the data in multi-pass mode. */
         if (m_param->rc.cuTree && IS_REFERENCED(slice) && 
!m_param->rc.bStatRead)
         {
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to