summaryrefslogtreecommitdiff
path: root/libswresample
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-11-17 11:40:23 +0100
committerClément Bœsch <ubitux@gmail.com>2011-11-17 17:57:07 +0100
commitf03afd5d54f903a2571e979c664cc0f3e31ee98c (patch)
tree5f4aa3614605f66ad9eb298122d5f485a5d89624 /libswresample
parent68d3144e89e73de1977a58ed9f0f6ea85ecc43c3 (diff)
swr: surround mixing is obviously used, fix comment.
Diffstat (limited to 'libswresample')
-rw-r--r--libswresample/swresample_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h
index 0d5b00e8b3..7ca278a7ab 100644
--- a/libswresample/swresample_internal.h
+++ b/libswresample/swresample_internal.h
@@ -44,7 +44,7 @@ typedef struct SwrContext {
int in_sample_rate; ///< input sample rate
int out_sample_rate; ///< output sample rate
int flags; ///< miscellaneous flags such as SWR_FLAG_RESAMPLE
- float slev; ///< surround mixing level, XXX: unused
+ float slev; ///< surround mixing level
float clev; ///< center mixing level
float rematrix_volume; ///< rematrixing volume coefficient
const int *channel_map; ///< channel index (or -1 if muted channel) map