[x265] [PATCH] rc: nits; add LF in frame stats of 2 pass
Steve Borho
steve at borho.org
Mon Aug 11 05:39:23 CEST 2014
On 08/10, aarthi at multicorewareinc.com wrote:
> # 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
Queued, thanks
> 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,
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
--
Steve Borho
More information about the x265-devel
mailing list