Commit f03afd5d authored by Clément Bœsch's avatar Clément Bœsch

swr: surround mixing is obviously used, fix comment.

parent 68d3144e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment