Add a comment about CoeffCount being 0

This commit is contained in:
Chris Robinson 2016-05-10 17:07:44 -07:00
parent 7dac02148b
commit c026f44a09

View File

@ -594,7 +594,9 @@ struct ALCdevice_struct
BFChannelConfig Map[MAX_OUTPUT_CHANNELS];
} Ambi;
/* Number of coefficients in each ChannelConfig to mix together (4 for
* first-order, 9 for second-order, etc).
* first-order, 9 for second-order, etc). If the count is 0, the
* BFChannelConfig is used instead to map each output to a coefficient
* index.
*/
ALuint CoeffCount;