vp9_encodeframe: make coord_lookup[] static

Change-Id: I19588f9e674c8635b6e58e4633120be736d256a6
This commit is contained in:
James Zern 2015-06-12 18:57:47 -07:00
parent 5168baea10
commit 5214bd52c8

View File

@ -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] = {