Commit 6b781ce7 authored by Måns Rullgård's avatar Måns Rullgård

make vp6_pcr_tree static

Originally committed as revision 6975 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3894bc74
......@@ -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