summaryrefslogtreecommitdiff
path: root/lib/rbcodec/dsp/surround.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/dsp/surround.h')
-rw-r--r--lib/rbcodec/dsp/surround.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/dsp/surround.h b/lib/rbcodec/dsp/surround.h
index 1683367865..7835f569b6 100644
--- a/lib/rbcodec/dsp/surround.h
+++ b/lib/rbcodec/dsp/surround.h
@@ -23,7 +23,7 @@
23 23
24#include <stdbool.h> 24#include <stdbool.h>
25void dsp_surround_enable(int var); 25void dsp_surround_enable(int var);
26void dsp_surround_set_balance(int var); 26void dsp_surround_set_balance(int delay_ms);
27void dsp_surround_set_cutoff(int frq_l, int frq_h); 27void dsp_surround_set_cutoff(int frq_l, int frq_h);
28void dsp_surround_side_only(bool var); 28void dsp_surround_side_only(bool var);
29void dsp_surround_mix(int var); 29void dsp_surround_mix(int var);