[Ffmpeg-cvslog] r6975 - trunk/libavcodec/vp6data.h

mru subversion
Sun Nov 12 02:08:05 CET 2006


Author: mru
Date: Sun Nov 12 02:08:05 2006
New Revision: 6975

Modified:
   trunk/libavcodec/vp6data.h

Log:
make vp6_pcr_tree static


Modified: trunk/libavcodec/vp6data.h
==============================================================================
--- trunk/libavcodec/vp6data.h	(original)
+++ trunk/libavcodec/vp6data.h	Sun Nov 12 02:08:05 2006
@@ -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},




More information about the ffmpeg-cvslog mailing list