From f03afd5d54f903a2571e979c664cc0f3e31ee98c Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Thu, 17 Nov 2011 11:40:23 +0100 Subject: swr: surround mixing is obviously used, fix comment. --- libswresample/swresample_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswresample') 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 -- cgit v1.2.3