vp9_encodeframe: make coord_lookup[] static
authorJames Zern <jzern@google.com>
Sat, 13 Jun 2015 01:57:47 +0000 (18:57 -0700)
committerJames Zern <jzern@google.com>
Sat, 13 Jun 2015 02:47:46 +0000 (19:47 -0700)
Change-Id: I19588f9e674c8635b6e58e4633120be736d256a6

vp9/encoder/vp9_encodeframe.c

index f5e3e98..5299244 100644 (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] = {