decoder/dsdiff: don't convert to PCM

Move the responsibility for the conversion to the PCM library.  This
will allow passing the verbatim DSD samples to an output plugin.
This commit is contained in:
Max Kellermann
2012-03-01 01:56:23 +01:00
parent c9c57af5f7
commit 9c36e71081
2 changed files with 9 additions and 39 deletions
-1
View File
@@ -481,7 +481,6 @@ libdecoder_plugins_a_SOURCES = \
src/decoder/pcm_decoder_plugin.c \
src/decoder/dsdiff_decoder_plugin.c \
src/decoder/dsdiff_decoder_plugin.h \
src/dsd2pcm/dsd2pcm.c src/dsd2pcm/dsd2pcm.h \
src/decoder_buffer.c \
src/decoder_plugin.c \
src/decoder_list.c