summaryrefslogtreecommitdiff
path: root/plugins/dsp_libsrc/src.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-05-22 12:42:21 +0200
committerGravatar waker <wakeroid@gmail.com>2011-05-22 12:42:21 +0200
commitc63133b3144cb6b52eb7d8516e31fb520e5c8924 (patch)
tree46aa922b3612406b12cbf52637b7ea101bdd9f0a /plugins/dsp_libsrc/src.c
parent2660736089f1dd5d41479f27340e696edbe1944d (diff)
renamed dsp pass_through to can_bypass
Diffstat (limited to 'plugins/dsp_libsrc/src.c')
-rw-r--r--plugins/dsp_libsrc/src.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dsp_libsrc/src.c b/plugins/dsp_libsrc/src.c
index 3d7f6227..d759861a 100644
--- a/plugins/dsp_libsrc/src.c
+++ b/plugins/dsp_libsrc/src.c
@@ -86,7 +86,7 @@ ddb_src_set_ratio (ddb_dsp_context_t *_src, float ratio) {
}
int
-ddb_src_pass_through (ddb_dsp_context_t *_src, ddb_waveformat_t *fmt) {
+ddb_src_can_bypass (ddb_dsp_context_t *_src, ddb_waveformat_t *fmt) {
ddb_src_libsamplerate_t *src = (ddb_src_libsamplerate_t*)_src;
float samplerate = src->samplerate;
@@ -308,7 +308,7 @@ static DB_dsp_t plugin = {
.get_param = ddb_src_get_param,
.reset = ddb_src_reset,
.configdialog = settings_dlg,
- .pass_through = ddb_src_pass_through,
+ .can_bypass = ddb_src_can_bypass,
};
DB_plugin_t *