[x265] [PATCH] rc: nits; add LF in frame stats of 2 pass
aarthi at multicorewareinc.com
aarthi at multicorewareinc.com
Sun Aug 10 19:25:37 CEST 2014
# HG changeset patch
# User Aarthi Thirumalai
# Date 1407691527 -19800
# Sun Aug 10 22:55:27 2014 +0530
# Node ID b29a3f1fbbe2dd7fc198a91e03ae16245cb2f7b7
# Parent 6e4eb854220350cf0c980fc02cc11109c506585f
rc: nits; add LF in frame stats of 2 pass
diff -r 6e4eb8542203 -r b29a3f1fbbe2 source/encoder/ratecontrol.cpp
--- a/source/encoder/ratecontrol.cpp Sat Aug 09 19:43:23 2014 -0500
+++ b/source/encoder/ratecontrol.cpp Sun Aug 10 22:55:27 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 ;\n",
rce->poc, rce->encodeOrder,
cType, m_frameDuration,
pic->m_avgQpRc, pic->m_avgQpAq,
More information about the x265-devel
mailing list