[FFmpeg-cvslog] ac3enc: remove unused #define
Justin Ruggles
git at videolan.org
Wed Jun 8 05:31:35 CEST 2011
ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Tue Jun 7 10:53:44 2011 -0400| [a8bd53402a6d361b3da7c2c206c999b12ea1e5c6] | committer: Justin Ruggles
ac3enc: remove unused #define
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a8bd53402a6d361b3da7c2c206c999b12ea1e5c6
---
libavcodec/ac3enc.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c
index 53f6251..4ee3c17 100644
--- 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;
More information about the ffmpeg-cvslog
mailing list