mixer: remove comment about af_pan doing downmixing

We don't do that anymore.
This commit is contained in:
wm4 2013-12-07 19:30:14 +01:00
parent e8a5aaf883
commit 070269df73
1 changed files with 1 additions and 3 deletions

View File

@ -201,9 +201,7 @@ void mixer_getbalance(struct mixer *mixer, float *val)
* af_pan instance that was automatically inserted for balance control
* only and is otherwise an identity transform, but if the filter was
* there for another reason, then ignoring and overriding the original
* values is completely wrong. In particular, this will break
* automatically inserted downmix filters; the original coefficients that
* are significantly below 1 will be overwritten with much higher values.
* values is completely wrong.
*/
void mixer_setbalance(struct mixer *mixer, float val)