Prevent an ASAN failure for svc tests
authorDebargha Mukherjee <debargha@google.com>
Mon, 24 Aug 2015 17:28:02 +0000 (10:28 -0700)
committerDebargha Mukherjee <debargha@google.com>
Mon, 24 Aug 2015 17:28:02 +0000 (10:28 -0700)
This patch just fixes the test for the time being, but does not
actually solve the underlying issue, which still needs investigation.

Change-Id: I54a35de839723f5b499b57e38dd2bdd400adc427

vp9/encoder/vp9_svc_layercontext.c

index 38a3278..e69404a 100644 (file)
@@ -15,7 +15,7 @@
 #include "vp9/encoder/vp9_extend.h"
 
 #define SMALL_FRAME_FB_IDX 7
-#define SMALL_FRAME_WIDTH  16
+#define SMALL_FRAME_WIDTH  32
 #define SMALL_FRAME_HEIGHT 16
 
 void vp9_init_layer_context(VP9_COMP *const cpi) {