From 070269df7335302a246e5bc1878b813ec6df8efc Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 7 Dec 2013 19:30:14 +0100 Subject: mixer: remove comment about af_pan doing downmixing We don't do that anymore. --- audio/mixer.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'audio') diff --git a/audio/mixer.c b/audio/mixer.c index 747899039a..cc2bd8964d 100644 --- a/audio/mixer.c +++ b/audio/mixer.c @@ -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) -- cgit v1.2.3