summaryrefslogtreecommitdiff
path: root/libswresample/swresample_internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-10-26 00:44:35 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-10-26 00:46:46 +0200
commit2f86566a31e4c20816e1fc70ca747aa1fddc09c3 (patch)
treed6d9d9bf2be14f589161cb8f08e2836ad4cec320 /libswresample/swresample_internal.h
parentb1470d7a60636c7f2a2ea9e3c926ca57f10d0651 (diff)
downloadffmpeg-2f86566a31e4c20816e1fc70ca747aa1fddc09c3.tar.gz
rematrix: add parameter to tune volume
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/swresample_internal.h')
-rw-r--r--libswresample/swresample_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h
index fc5f25c4a3..4678886bdb 100644
--- a/libswresample/swresample_internal.h
+++ b/libswresample/swresample_internal.h
@@ -44,7 +44,7 @@ typedef struct SwrContext { //FIXME find unused fields
int in_sample_rate;
int out_sample_rate;
int flags;
- float slev, clev;
+ float slev, clev, rematrix_volume;
//below are private
int int_bps;