mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
make vp6_pcr_tree static
Originally committed as revision 6975 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3894bc74db
commit
6b781ce746
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user