git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
951f6fa
)
avcodec/ac3dec_fixed: remove unused arrays
author
Michael Niedermayer
<michaelni@gmx.at>
Mon, 8 Sep 2014 14:59:16 +0000
(16:59 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 8 Sep 2014 14:59:16 +0000
(16:59 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/ac3dec_fixed.c
patch
|
blob
|
history
diff --git
a/libavcodec/ac3dec_fixed.c
b/libavcodec/ac3dec_fixed.c
index
4c09de5
..
cb3b251
100644
(file)
--- a/
libavcodec/ac3dec_fixed.c
+++ b/
libavcodec/ac3dec_fixed.c
@@
-53,18
+53,6
@@
#include "ac3dec.h"
-/**
- * Table for center mix levels
- * reference: Section 5.4.2.4 cmixlev
- */
-static const uint8_t center_levels[4] = { 4, 5, 6, 5 };
-
-/**
- * Table for surround mix levels
- * reference: Section 5.4.2.5 surmixlev
- */
-static const uint8_t surround_levels[4] = { 4, 6, 7, 6 };
-
static const int end_freq_inv_tab[8] =
{
50529027, 44278013, 39403370, 32292987, 27356480, 23729101, 20951060, 18755316