diff options
author | Måns Rullgård <mans@mansr.com> | 2006-11-12 01:08:05 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-11-12 01:08:05 +0000 |
commit | 6b781ce7469ce4a0a90165b629060496b9bb5c8e (patch) | |
tree | 54bbc68bdfe8b6102b7ecde892d923666f0f27c1 /libavcodec | |
parent | 3894bc74dbdfa2618cc3a57266c66b7f92cebcbd (diff) | |
download | ffmpeg-6b781ce7469ce4a0a90165b629060496b9bb5c8e.tar.gz |
make vp6_pcr_tree static
Originally committed as revision 6975 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/vp6data.h | 2 |
1 files changed, 1 insertions, 1 deletions
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}, |