summaryrefslogtreecommitdiff
path: root/libavresample/internal.h
diff options
context:
space:
mode:
authorJohn Stebbins <jstebbins.hb@gmail.com>2012-08-02 11:23:06 -0700
committerDiego Biurrun <diego@biurrun.de>2012-08-14 23:36:56 +0200
commit4cf4028331f9605cdd3ed5ff7a8ca2fbdaedf7fd (patch)
treeec7357ff0adc6e4ce7a531e8878ab8f177b40b6b /libavresample/internal.h
parent11928d24fe64c97a5329677ddb9eda44cfca4a56 (diff)
libavresample: add mix level normalization option
Provides an option to disable mix level normalization Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavresample/internal.h')
-rw-r--r--libavresample/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavresample/internal.h b/libavresample/internal.h
index 7b7648f0be..006b6fd14a 100644
--- a/libavresample/internal.h
+++ b/libavresample/internal.h
@@ -45,6 +45,7 @@ struct AVAudioResampleContext {
double center_mix_level; /**< center mix level */
double surround_mix_level; /**< surround mix level */
double lfe_mix_level; /**< lfe mix level */
+ int normalize_mix_level; /**< enable mix level normalization */
int force_resampling; /**< force resampling */
int filter_size; /**< length of each FIR filter in the resampling filterbank relative to the cutoff frequency */
int phase_shift; /**< log2 of the number of entries in the resampling polyphase filterbank */