diff options
Diffstat (limited to 'plugins/mono2stereo/mono2stereo.c')
-rw-r--r-- | plugins/mono2stereo/mono2stereo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/mono2stereo/mono2stereo.c b/plugins/mono2stereo/mono2stereo.c index f10a9375..23d0b0d5 100644 --- a/plugins/mono2stereo/mono2stereo.c +++ b/plugins/mono2stereo/mono2stereo.c @@ -160,6 +160,7 @@ static DB_dsp_t plugin = { "along with this program; if not, write to the Free Software\n" "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n" , + .plugin.website = "http://deadbeef.sf.net", .num_params = m2s_num_params, .get_param_name = m2s_get_param_name, .set_param = m2s_set_param, @@ -169,7 +170,7 @@ static DB_dsp_t plugin = { }; DB_plugin_t * -mono2stereo_load (DB_functions_t *f) { +ddb_mono2stereo_load (DB_functions_t *f) { deadbeef = f; return &plugin.plugin; } |