summaryrefslogtreecommitdiff
path: root/plugins/supereq/Equ.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-02-10 20:50:40 +0100
committerGravatar waker <wakeroid@gmail.com>2011-02-10 20:50:40 +0100
commita70bbf6c7a6896e3bc97177cab68b5cb96091868 (patch)
tree87f34e09920f80ce54afbcc65c4eb0b3f5288f9c /plugins/supereq/Equ.h
parent6b43f7a6a6966d23eb8199407548770a8670485f (diff)
added ffmpeg fft support to supereq plugin
Diffstat (limited to 'plugins/supereq/Equ.h')
-rw-r--r--plugins/supereq/Equ.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/supereq/Equ.h b/plugins/supereq/Equ.h
index de90fd17..a315741a 100644
--- a/plugins/supereq/Equ.h
+++ b/plugins/supereq/Equ.h
@@ -37,6 +37,7 @@ typedef struct {
int dither;
int channels;
int enable;
+ int fft_bits;
} SuperEqState;
void *paramlist_alloc (void);