diff options
author | Chris Robinson <[email protected]> | 2010-12-01 18:33:17 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-12-01 18:33:17 -0800 |
commit | 9e8fb89a525c11685869d963c39e4f1076835d85 (patch) | |
tree | 5fdb70d80718e1ba7632e1b98fbb2fb4ffa0e883 /OpenAL32/alAuxEffectSlot.c | |
parent | 14441e0e5377884100ed0d3ae3bb753632b896ae (diff) |
Rename OUTPUTCHANNELS to something more descriptive
Diffstat (limited to 'OpenAL32/alAuxEffectSlot.c')
-rw-r--r-- | OpenAL32/alAuxEffectSlot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/alAuxEffectSlot.c b/OpenAL32/alAuxEffectSlot.c index 520b8ea7..aab4f96b 100644 --- a/OpenAL32/alAuxEffectSlot.c +++ b/OpenAL32/alAuxEffectSlot.c @@ -449,7 +449,7 @@ static ALvoid NoneUpdate(ALeffectState *State, ALCcontext *Context, const ALeffe (void)Context; (void)Effect; } -static ALvoid NoneProcess(ALeffectState *State, const ALeffectslot *Slot, ALuint SamplesToDo, const ALfloat *SamplesIn, ALfloat (*SamplesOut)[OUTPUTCHANNELS]) +static ALvoid NoneProcess(ALeffectState *State, const ALeffectslot *Slot, ALuint SamplesToDo, const ALfloat *SamplesIn, ALfloat (*SamplesOut)[MAXCHANNELS]) { (void)State; (void)Slot; |