From c63133b3144cb6b52eb7d8516e31fb520e5c8924 Mon Sep 17 00:00:00 2001 From: waker Date: Sun, 22 May 2011 12:42:21 +0200 Subject: renamed dsp pass_through to can_bypass --- deadbeef.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'deadbeef.h') diff --git a/deadbeef.h b/deadbeef.h index 3b7f919b..10f50422 100644 --- a/deadbeef.h +++ b/deadbeef.h @@ -989,12 +989,11 @@ typedef struct DB_dsp_s { // implemented if this is nonzero const char *configdialog; - // pass_through is available since 1.1 api + // can_bypass is available since 1.1 api // can be NULL - // should return 1 if DSP plugin instance will pass data through, without - // modification, with the current parameters; + // should return 1 if the DSP plugin will not touch data with the current parameters; // 0 otherwise - int (*pass_through) (ddb_dsp_context_t *ctx, ddb_waveformat_t *fmt); + int (*can_bypass) (ddb_dsp_context_t *ctx, ddb_waveformat_t *fmt); } DB_dsp_t; // misc plugin -- cgit v1.2.3