[x265] [PATCH 1 of 2] ratecontrol: cleanup

deepthi at multicorewareinc.com deepthi at multicorewareinc.com
Fri Feb 14 11:59:46 CET 2014


# HG changeset patch
# User Deepthi Nandakumar <deepthi at multicorewareinc.com>
# Date 1392370463 -19800
# Node ID 6ac5fa8bf0f9d8994c69978f7f46a50d666c79ac
# Parent  7e63c189365d5347a8d414f88bd59725aa206077
ratecontrol: cleanup

diff -r 7e63c189365d -r 6ac5fa8bf0f9 source/encoder/ratecontrol.cpp
--- a/source/encoder/ratecontrol.cpp	Fri Feb 14 14:55:46 2014 +0530
+++ b/source/encoder/ratecontrol.cpp	Fri Feb 14 15:04:23 2014 +0530
@@ -230,7 +230,6 @@
 
     bitrate = cfg->param.rc.bitrate * 1000;
     frameDuration = 1.0 / cfg->param.frameRate;
-    lastNonBPictType = -1;
     qp = cfg->param.rc.qp;
     lastRceq = 1; /* handles the cmplxrsum when the previous frame cost is zero */
     totalBits = 0;


More information about the x265-devel mailing list