git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68d3144
)
swr: surround mixing is obviously used, fix comment.
author
Clément Bœsch
<ubitux@gmail.com>
Thu, 17 Nov 2011 10:40:23 +0000
(11:40 +0100)
committer
Clément Bœsch
<ubitux@gmail.com>
Thu, 17 Nov 2011 16:57:07 +0000
(17:57 +0100)
libswresample/swresample_internal.h
patch
|
blob
|
history
diff --git
a/libswresample/swresample_internal.h
b/libswresample/swresample_internal.h
index
0d5b00e
..
7ca278a
100644
(file)
--- 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