]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/vp8data: Remove unused array
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 23 Jan 2021 13:33:59 +0000 (14:33 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 24 Jan 2021 23:18:47 +0000 (00:18 +0100)
Unused since 748f921ad1997a464fb8963d0ba2c5bb5e036b1b.

Reviewed-by: Peter Ross <pross@xvid.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/vp8data.h

index 5e6dea7617a91a3579a864a152f836cd94c4b663..1fcce134eb2a2bde9e35fab8778edf9be7603781 100644 (file)
@@ -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
 };