You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
ac3enc: remove unused #define
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user