]> granicus.if.org Git - libvpx/commitdiff
Fixing inadvertent change
authorDeb Mukherjee <debargha@google.com>
Wed, 27 Nov 2013 22:50:34 +0000 (14:50 -0800)
committerDeb Mukherjee <debargha@google.com>
Wed, 27 Nov 2013 22:50:34 +0000 (14:50 -0800)
Fixes an inadvertant change made in a previous patch while doing
some experiments.

Change-Id: I9961f2157c803676491a3d6daf056ff8a37367b3

vp9/encoder/vp9_ratectrl.c

index ac6914ce110238b6e78b72f8a3b7a3f9bb5c0cc2..bf1fc4f3159704338ebe14aad72d84a697a44a54 100644 (file)
@@ -26,7 +26,7 @@
 #include "vp9/common/vp9_quant_common.h"
 #include "vp9/common/vp9_seg_common.h"
 
-#define LIMIT_QRANGE_FOR_ALTREF_AND_KEY 0
+#define LIMIT_QRANGE_FOR_ALTREF_AND_KEY 1
 
 #define MIN_BPB_FACTOR 0.005
 #define MAX_BPB_FACTOR 50