Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-04-29 21:40:16 +0400
committerDiego Biurrun <diego@biurrun.de>2011-07-16 03:08:31 +0400
commit356be9307cbffa1226bed52b26aa2ac9c7af174f (patch)
tree3a301baee028948e3b66fec8d0abfa1d3043f29a /libavcodec/cabac.c
parentf20418c3491b745b0f82e6eb1a7debae4cfff126 (diff)
Remove unused structs and tables.
Diffstat (limited to 'libavcodec/cabac.c')
-rw-r--r--libavcodec/cabac.c13
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,