diff options
author | Max Kellermann <max@duempel.org> | 2012-03-21 09:06:48 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-03-21 09:06:48 +0100 |
commit | 9c6a4505c8a8ae0b6d79e2b1e0a68d6d3c5f6c67 (patch) | |
tree | d17ab70b3dfa5f84565a546e1128a0eab9da1508 /src/pcm_byteswap.c | |
parent | 238c3adad1724054b454f76857307e368e519585 (diff) | |
download | mpd-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 'src/pcm_byteswap.c')
-rw-r--r-- | src/pcm_byteswap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pcm_byteswap.c b/src/pcm_byteswap.c index f57957a94..d56c3a87c 100644 --- a/src/pcm_byteswap.c +++ b/src/pcm_byteswap.c @@ -76,7 +76,6 @@ pcm_byteswap(struct pcm_buffer *buffer, enum sample_format format, case SAMPLE_FORMAT_S8: case SAMPLE_FORMAT_DSD: - case SAMPLE_FORMAT_DSD_LSBFIRST: return src; case SAMPLE_FORMAT_S16: |