aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alcmain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-11-27 22:27:45 -0800
committerChris Robinson <[email protected]>2020-11-27 22:27:45 -0800
commitdbfdd35545268bc6f52b3b50365a36777fda1730 (patch)
treecccaa45c72d71b8d0d50fa637cb536bc1834279b /alc/alcmain.h
parent7e798df7b87dc4ca4821e3b16e337d7106c7e1cf (diff)
Move some declarations to more appropriate headers
Diffstat (limited to 'alc/alcmain.h')
-rw-r--r--alc/alcmain.h7
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. */