diff vp6data.h @ 4171:5d33a42ee01a libavcodec

make vp6_pcr_tree static
author mru
date Sun, 12 Nov 2006 01:08:05 +0000
parents 6a10cc9adb8a
children 74b476185cd1
line wrap: on
line diff
--- a/vp6data.h	Sat Nov 11 20:54:48 2006 +0000
+++ b/vp6data.h	Sun Nov 12 01:08:05 2006 +0000
@@ -275,7 +275,7 @@
     {  -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},