aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/flac_pcm.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-03-21 09:06:48 +0100
committerMax Kellermann <max@duempel.org>2012-03-21 09:06:48 +0100
commit9c6a4505c8a8ae0b6d79e2b1e0a68d6d3c5f6c67 (patch)
treed17ab70b3dfa5f84565a546e1128a0eab9da1508 /src/decoder/flac_pcm.c
parent238c3adad1724054b454f76857307e368e519585 (diff)
downloadmpd-9c6a4505c8a8ae0b6d79e2b1e0a68d6d3c5f6c67.tar.gz
mpd-9c6a4505c8a8ae0b6d79e2b1e0a68d6d3c5f6c67.tar.xz
mpd-9c6a4505c8a8ae0b6d79e2b1e0a68d6d3c5f6c67.zip
audio_format: remove the format SAMPLE_FORMAT_DSD_LSBFIRST
This format is unused since the DSDIFF decoder plugin now reverses the bit order.
Diffstat (limited to '')
-rw-r--r--src/decoder/flac_pcm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decoder/flac_pcm.c b/src/decoder/flac_pcm.c
index 5f7d382a1..480fd6393 100644
--- a/src/decoder/flac_pcm.c
+++ b/src/decoder/flac_pcm.c
@@ -104,7 +104,6 @@ flac_convert(void *dest,
case SAMPLE_FORMAT_S24:
case SAMPLE_FORMAT_FLOAT:
case SAMPLE_FORMAT_DSD:
- case SAMPLE_FORMAT_DSD_LSBFIRST:
case SAMPLE_FORMAT_DSD_OVER_USB:
case SAMPLE_FORMAT_UNDEFINED:
/* unreachable */