ac3enc: remove unused #define
This commit is contained in:
@@ -50,9 +50,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/** Maximum number of exponent groups. +1 for separate DC exponent. */
|
|
||||||
#define AC3_MAX_EXP_GROUPS 85
|
|
||||||
|
|
||||||
#if CONFIG_AC3ENC_FLOAT
|
#if CONFIG_AC3ENC_FLOAT
|
||||||
#define MAC_COEF(d,a,b) ((d)+=(a)*(b))
|
#define MAC_COEF(d,a,b) ((d)+=(a)*(b))
|
||||||
typedef float SampleType;
|
typedef float SampleType;
|
||||||
|
Reference in New Issue
Block a user