diff options
Diffstat (limited to 'alc/alcmain.h')
-rw-r--r-- | alc/alcmain.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/alc/alcmain.h b/alc/alcmain.h index 41906bde..b95791fb 100644 --- a/alc/alcmain.h +++ b/alc/alcmain.h @@ -29,6 +29,7 @@ #include "hrtf.h" #include "inprogext.h" #include "intrusive_ptr.h" +#include "mixer/defs.h" #include "vector.h" class BFormatDec; @@ -154,12 +155,6 @@ struct BFChannelConfig { ALuint Index; }; -/* Maximum number of samples to pad on the ends of a buffer for resampling. - * Note that the padding is symmetric (half at the beginning and half at the - * end)! - */ -#define MAX_RESAMPLER_PADDING 48 - struct MixParams { /* Coefficient channel mapping for mixing to the buffer. */ |