make vp6_pcr_tree static
authorMåns Rullgård <mans@mansr.com>
Sun, 12 Nov 2006 01:08:05 +0000 (01:08 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 12 Nov 2006 01:08:05 +0000 (01:08 +0000)
Originally committed as revision 6975 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vp6data.h

index 5a387cc..ba4c7ab 100644 (file)
@@ -275,7 +275,7 @@ static const int16_t vp6_block_copy_filter[16][8][4] = {
     {  -2,  18, 124, -12  } },
 };
 
-const vp56_tree_t vp6_pcr_tree[] = {
+static const vp56_tree_t vp6_pcr_tree[] = {
     { 8, 0},
     { 4, 1},
     { 2, 2}, {-1}, {-2},