From: Debargha Mukherjee Date: Mon, 24 Aug 2015 17:28:02 +0000 (-0700) Subject: Prevent an ASAN failure for svc tests X-Git-Tag: v1.5.0~231^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=653832ea064dc61083056aaf7931e420db718cbe;p=libvpx Prevent an ASAN failure for svc tests 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 --- diff --git a/vp9/encoder/vp9_svc_layercontext.c b/vp9/encoder/vp9_svc_layercontext.c index 38a327860..e69404ad9 100644 --- a/vp9/encoder/vp9_svc_layercontext.c +++ b/vp9/encoder/vp9_svc_layercontext.c @@ -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) {