ref: 5214bd52c8b63d93756924e19afd4f8432267aef
parent: 5168baea108f0d26adbb946cb57e36bc64c0bac8
author: James Zern <[email protected]>
date: Fri Jun 12 14:57:47 EDT 2015
vp9_encodeframe: make coord_lookup[] static Change-Id: I19588f9e674c8635b6e58e4633120be736d256a6
--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -1564,7 +1564,7 @@
}
}
-const struct {
+static const struct {
int row;
int col;
} coord_lookup[16] = {