vp9_encodeframe: make coord_lookup[] static
Change-Id: I19588f9e674c8635b6e58e4633120be736d256a6
This commit is contained in:
parent
5168baea10
commit
5214bd52c8
@ -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] = {
|
||||
|
Loading…
Reference in New Issue
Block a user