vp9_mcomp: make search_step_table static
authorJames Zern <jzern@google.com>
Sat, 13 Jun 2015 01:11:54 +0000 (18:11 -0700)
committerJames Zern <jzern@google.com>
Sat, 13 Jun 2015 01:11:54 +0000 (18:11 -0700)
Change-Id: I2552d8101cf49ed951782ab69adce407579700fc

vp9/encoder/vp9_mcomp.c

index 5098374..081b99f 100644 (file)
@@ -610,7 +610,7 @@ int vp9_find_best_sub_pixel_tree_pruned(const MACROBLOCK *x,
   return besterr;
 }
 
-const MV search_step_table[12] = {
+static const MV search_step_table[12] = {
     // left, right, up, down
     {0, -4}, {0, 4}, {-4, 0}, {4, 0},
     {0, -2}, {0, 2}, {-2, 0}, {2, 0},