[FFmpeg-cvslog] swr: surround mixing is obviously used, fix comment.

Clément Bœsch git at videolan.org
Thu Nov 17 17:57:58 CET 2011


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Thu Nov 17 11:40:23 2011 +0100| [f03afd5d54f903a2571e979c664cc0f3e31ee98c] | committer: Clément Bœsch

swr: surround mixing is obviously used, fix comment.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f03afd5d54f903a2571e979c664cc0f3e31ee98c
---

 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 0d5b00e..7ca278a 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



More information about the ffmpeg-cvslog mailing list