Update a comment about using row mixers

This commit is contained in:
Chris Robinson
2016-10-05 15:09:14 -07:00
parent 06639b8250
commit 1e1a8837f8
+1 -3
View File
@@ -1431,9 +1431,7 @@ static ALvoid ALreverbState_processStandard(ALreverbState *State, ALuint Samples
const ALfloat delta = 1.0f / (ALfloat)(SamplesToDo-base);
ALuint todo = minu(SamplesToDo-base, MAX_UPDATE_SAMPLES);
/* Convert B-Foramt to A-Format for processing (could use the row
* mixers).
*/
/* Convert B-Foramt to A-Format for processing. */
memset(afmt, 0, sizeof(*afmt)*4);
for(c = 0;c < 4;c++)
MixRowSamples(afmt[c], B2A.m[c],