mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02: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 } },
|
{ -2, 18, 124, -12 } },
|
||||||
};
|
};
|
||||||
|
|
||||||
const vp56_tree_t vp6_pcr_tree[] = {
|
static const vp56_tree_t vp6_pcr_tree[] = {
|
||||||
{ 8, 0},
|
{ 8, 0},
|
||||||
{ 4, 1},
|
{ 4, 1},
|
||||||
{ 2, 2}, {-1}, {-2},
|
{ 2, 2}, {-1}, {-2},
|
||||||
|
Loading…
Reference in New Issue
Block a user