ref: 9a1d2f099c27e7213c5a958c586952a2911f5b00
parent: 8c72c79756e9951bdf451d389a0248ac52ee8789
parent: 76e9992b9ba235d325037996895b44bcf53c3918
author: James Zern <jzern@google.com>
date: Tue Aug 19 13:09:46 EDT 2014
Merge "vp9_ratectrl.c : remove dead assignment to clear warning"
--- a/vp9/encoder/vp9_ratectrl.c
+++ b/vp9/encoder/vp9_ratectrl.c
@@ -646,7 +646,6 @@
int q;
if (frame_is_intra_only(cm)) {
- active_best_quality = rc->best_quality;
// Handle the special case for key frames forced when we have reached
// the maximum key frame interval. Here force the Q to a range
--
⑨