mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-17 21:14:47 +00:00
ac3enc: remove unused #define
This commit is contained in:
parent
7b20d35a54
commit
a8bd53402a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user