Browse Source

swr: surround mixing is obviously used, fix comment.

tags/n0.9
Clément Bœsch 14 years ago
parent
commit
f03afd5d54
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libswresample/swresample_internal.h

+ 1
- 1
libswresample/swresample_internal.h View File

@@ -44,7 +44,7 @@ typedef struct SwrContext {
int in_sample_rate; ///< input sample rate int in_sample_rate; ///< input sample rate
int out_sample_rate; ///< output sample rate int out_sample_rate; ///< output sample rate
int flags; ///< miscellaneous flags such as SWR_FLAG_RESAMPLE 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 clev; ///< center mixing level
float rematrix_volume; ///< rematrixing volume coefficient float rematrix_volume; ///< rematrixing volume coefficient
const int *channel_map; ///< channel index (or -1 if muted channel) map const int *channel_map; ///< channel index (or -1 if muted channel) map


Loading…
Cancel
Save