summaryrefslogtreecommitdiff
path: root/plugins/mono2stereo/mono2stereo.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-05-23 13:17:39 +0200
committerGravatar waker <wakeroid@gmail.com>2011-05-23 13:17:39 +0200
commite500400f8a60c3d0656896fb035f3cc1cec5a1f7 (patch)
treeef8878374d8b756e5ab81aadcedd9e52883302a9 /plugins/mono2stereo/mono2stereo.c
parent41a099827ac46b362b69b745ee2fb9bda88187e2 (diff)
mono2stereo: added website and renamed to ddb_mono2stereo
Diffstat (limited to 'plugins/mono2stereo/mono2stereo.c')
-rw-r--r--plugins/mono2stereo/mono2stereo.c3
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;
}