From f03afd5d54f903a2571e979c664cc0f3e31ee98c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <ubitux@gmail.com>
Date: Thu, 17 Nov 2011 11:40:23 +0100
Subject: [PATCH] swr: surround mixing is obviously used, fix comment.

---
 libswresample/swresample_internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h
index 0d5b00e8b3c..7ca278a7ab0 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
-- 
GitLab