Commit a8bd5340 authored by Justin Ruggles's avatar Justin Ruggles

ac3enc: remove unused #define

parent 7b20d35a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment