Add a comment about CoeffCount being 0
This commit is contained in:
parent
7dac02148b
commit
c026f44a09
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user