summaryrefslogtreecommitdiff
path: root/plugins/converter/converter.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/converter/converter.h')
-rw-r--r--plugins/converter/converter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/converter/converter.h b/plugins/converter/converter.h
index 6b90857b..ca9a83e6 100644
--- a/plugins/converter/converter.h
+++ b/plugins/converter/converter.h
@@ -52,7 +52,7 @@ typedef struct ddb_encoder_preset_s {
typedef struct ddb_dsp_preset_s {
char *title;
struct ddb_dsp_preset_s *next;
- DB_dsp_instance_t *chain;
+ ddb_dsp_context_t *chain;
} ddb_dsp_preset_t;
typedef struct {