aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-04-25 12:32:22 +0200
committerMax Kellermann <max@duempel.org>2009-04-25 12:32:22 +0200
commit80de8fb93bb5447438cce03275ba4e2b9bc5923e (patch)
treea608dad718d20e8c3715ff8c8845bd68a23e5bf1 /src/decoder
parent472b994779f30ff75dd2dab913770860fd88cd74 (diff)
downloadmpd-80de8fb93bb5447438cce03275ba4e2b9bc5923e.tar.gz
mpd-80de8fb93bb5447438cce03275ba4e2b9bc5923e.tar.xz
mpd-80de8fb93bb5447438cce03275ba4e2b9bc5923e.zip
fluidsynth: added "experimental" comments in the source file
Diffstat (limited to 'src/decoder')
-rw-r--r--src/decoder/fluidsynth_plugin.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/decoder/fluidsynth_plugin.c b/src/decoder/fluidsynth_plugin.c
index a35a0d04d..99c874c09 100644
--- a/src/decoder/fluidsynth_plugin.c
+++ b/src/decoder/fluidsynth_plugin.c
@@ -17,6 +17,15 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+/*
+ * WARNING! This plugin suffers from major shortcomings in the
+ * libfluidsynth API, which render it practically unusable. For a
+ * discussion, see the post on the fluidsynth mailing list:
+ *
+ * http://www.mail-archive.com/fluid-dev@nongnu.org/msg01099.html
+ *
+ */
+
#include "../decoder_api.h"
#include "../timer.h"
#include "../conf.h"