diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-04-29 19:40:16 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-16 01:08:31 +0200 |
commit | 356be9307cbffa1226bed52b26aa2ac9c7af174f (patch) | |
tree | 3a301baee028948e3b66fec8d0abfa1d3043f29a /libavcodec/cabac.c | |
parent | f20418c3491b745b0f82e6eb1a7debae4cfff126 (diff) | |
download | ffmpeg-356be9307cbffa1226bed52b26aa2ac9c7af174f.tar.gz |
Remove unused structs and tables.
Diffstat (limited to 'libavcodec/cabac.c')
-rw-r--r-- | libavcodec/cabac.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/libavcodec/cabac.c b/libavcodec/cabac.c index 691beb0ae3..4846b32e87 100644 --- a/libavcodec/cabac.c +++ b/libavcodec/cabac.c @@ -75,18 +75,7 @@ static const uint8_t lps_state[64]= { 33,33,34,34,35,35,35,36, 36,36,37,37,37,38,38,63, }; -#if 0 -const uint8_t ff_h264_norm_shift_old[128]= { - 7,6,5,5,4,4,4,4,3,3,3,3,3,3,3,3, - 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, - 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, - 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -}; -#endif + const uint8_t ff_h264_norm_shift[512]= { 9,8,7,7,6,6,6,6,5,5,5,5,5,5,5,5, 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, |