mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/vp8data: Remove unused array
Unused since 748f921ad1
.
Reviewed-by: Peter Ross <pross@xvid.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
2bcec40cce
commit
a82001c8cf
@ -316,12 +316,6 @@ static const uint8_t vp8_pred4x4_prob_intra[10][10][9] = {
|
||||
},
|
||||
};
|
||||
|
||||
static const int8_t vp8_segmentid_tree[][2] = {
|
||||
{ 1, 2 },
|
||||
{ -0, -1 }, // '00', '01'
|
||||
{ -2, -3 }, // '10', '11'
|
||||
};
|
||||
|
||||
static const uint8_t vp8_coeff_band[16] = {
|
||||
0, 1, 2, 3, 6, 4, 5, 6, 6, 6, 6, 6, 6, 6, 6, 7
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user