ref: 653832ea064dc61083056aaf7931e420db718cbe
parent: e0425bc0ef6013f6f6c0151338905d25019e985d
author: Debargha Mukherjee <[email protected]>
date: Mon Aug 24 06:28:02 EDT 2015
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
--- 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) {