projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b20d35
)
ac3enc: remove unused #define
author
Justin Ruggles
<justin.ruggles@gmail.com>
Tue, 7 Jun 2011 14:53:44 +0000
(10:53 -0400)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Tue, 7 Jun 2011 19:16:41 +0000
(15:16 -0400)
libavcodec/ac3enc.c
patch
|
blob
|
history
diff --git
a/libavcodec/ac3enc.c
b/libavcodec/ac3enc.c
index
53f6251
..
4ee3c17
100644
(file)
--- a/
libavcodec/ac3enc.c
+++ b/
libavcodec/ac3enc.c
@@
-50,9
+50,6
@@
#endif
-/** Maximum number of exponent groups. +1 for separate DC exponent. */
-#define AC3_MAX_EXP_GROUPS 85
-
#if CONFIG_AC3ENC_FLOAT
#define MAC_COEF(d,a,b) ((d)+=(a)*(b))
typedef float SampleType;