1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-15 04:38:48 +02:00

make vp6_pcr_tree static

Originally committed as revision 6975 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2006-11-12 01:08:05 +00:00
parent 3894bc74db
commit 6b781ce746

View 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},