summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-07 19:30:14 +0100
committerwm4 <wm4@nowhere>2013-12-07 19:30:14 +0100
commit070269df7335302a246e5bc1878b813ec6df8efc (patch)
tree8d93be783ce956aeafbcc802fb02e655baacca1a
parente8a5aaf883b68890c11bc61d928741b7fa1d4831 (diff)
downloadmpv-070269df7335302a246e5bc1878b813ec6df8efc.tar.bz2
mpv-070269df7335302a246e5bc1878b813ec6df8efc.tar.xz
mixer: remove comment about af_pan doing downmixing
We don't do that anymore.
-rw-r--r--audio/mixer.c4
1 files changed, 1 insertions, 3 deletions
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)