summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-12-29 13:37:25 +0100
committerGravatar waker <wakeroid@gmail.com>2010-12-29 13:37:25 +0100
commite0cbea84d47fc015e8841df057424c99ede710fb (patch)
treef77ec4c0b651a1a6a823104caa453fd95276eaf2 /deadbeef.h
parent3006987a919881cd3053288c6e677a9adf07a08e (diff)
dsp chain configuration WIP
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index e3e24440..cce2d13b 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -330,6 +330,7 @@ typedef struct {
struct DB_fileinfo_s *(*streamer_get_current_fileinfo) (void);
int (*streamer_get_current_playlist) (void);
struct ddb_dsp_context_s * (*streamer_get_dsp_chain) (void);
+ void (*streamer_set_dsp_chain) (struct ddb_dsp_context_s *chain);
// system folders
// normally functions will return standard folders derived from --prefix
// portable version will return pathes specified in comments below