Commit 5da15df5 authored by mru's avatar mru

make vp6_pcr_tree static


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6975 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 542c1b93
......@@ -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},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment