diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-11-17 11:40:23 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-11-17 17:57:07 +0100 |
commit | f03afd5d54f903a2571e979c664cc0f3e31ee98c (patch) | |
tree | 5f4aa3614605f66ad9eb298122d5f485a5d89624 | |
parent | 68d3144e89e73de1977a58ed9f0f6ea85ecc43c3 (diff) | |
download | ffmpeg-f03afd5d54f903a2571e979c664cc0f3e31ee98c.tar.gz |
swr: surround mixing is obviously used, fix comment.
-rw-r--r-- | libswresample/swresample_internal.h | 2 |
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 |