From 6b781ce7469ce4a0a90165b629060496b9bb5c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 12 Nov 2006 01:08:05 +0000 Subject: [PATCH] make vp6_pcr_tree static Originally committed as revision 6975 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vp6data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/vp6data.h b/libavcodec/vp6data.h index 5a387cc756..ba4c7abf74 100644 --- a/libavcodec/vp6data.h +++ b/libavcodec/vp6data.h @@ -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},