From 5214bd52c8b63d93756924e19afd4f8432267aef Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 12 Jun 2015 18:57:47 -0700 Subject: [PATCH] vp9_encodeframe: make coord_lookup[] static Change-Id: I19588f9e674c8635b6e58e4633120be736d256a6 --- vp9/encoder/vp9_encodeframe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vp9/encoder/vp9_encodeframe.c b/vp9/encoder/vp9_encodeframe.c index f5e3e98..5299244 100644 --- a/vp9/encoder/vp9_encodeframe.c +++ b/vp9/encoder/vp9_encodeframe.c @@ -1564,7 +1564,7 @@ static void set_fixed_partitioning(VP9_COMP *cpi, const TileInfo *const tile, } } -const struct { +static const struct { int row; int col; } coord_lookup[16] = { -- 2.7.4