decoder/dsdiff: new decoder plugin

Doesn't seem to work yet, getting just noise from a test file.
Seeking isn't implemented yet.
This commit is contained in:
Max Kellermann
2011-10-03 12:52:15 +02:00
parent 99f49e266c
commit 4e909f9411
5 changed files with 516 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
#include "conf.h"
#include "mpd_error.h"
#include "decoder/pcm_decoder_plugin.h"
#include "decoder/dsdiff_decoder_plugin.h"
#include <glib.h>
@@ -70,6 +71,7 @@ const struct decoder_plugin *const decoder_plugins[] = {
#ifdef HAVE_AUDIOFILE
&audiofile_decoder_plugin,
#endif
&dsdiff_decoder_plugin,
#ifdef HAVE_FAAD
&faad_decoder_plugin,
#endif