aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/SndfileDecoderPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-09-19 23:00:06 +0200
committerMax Kellermann <max@duempel.org>2014-09-19 23:00:12 +0200
commit1c03d1e87d9ef7ab30c87a0e7f6960ac9be5b1b1 (patch)
treebb055ac713b773aabbff11dd2d655266510e136b /src/decoder/plugins/SndfileDecoderPlugin.cxx
parentf8804c8a5621d48c85b77cf7ab90153bd340efbc (diff)
downloadmpd-1c03d1e87d9ef7ab30c87a0e7f6960ac9be5b1b1.tar.gz
mpd-1c03d1e87d9ef7ab30c87a0e7f6960ac9be5b1b1.tar.xz
mpd-1c03d1e87d9ef7ab30c87a0e7f6960ac9be5b1b1.zip
decoder/sndfile: remove obsolete code comment
Diffstat (limited to '')
-rw-r--r--src/decoder/plugins/SndfileDecoderPlugin.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/decoder/plugins/SndfileDecoderPlugin.cxx b/src/decoder/plugins/SndfileDecoderPlugin.cxx
index 73c8ac945..08741c982 100644
--- a/src/decoder/plugins/SndfileDecoderPlugin.cxx
+++ b/src/decoder/plugins/SndfileDecoderPlugin.cxx
@@ -200,9 +200,6 @@ sndfile_stream_decode(Decoder &decoder, InputStream &is)
return;
}
- /* for now, always read 32 bit samples. Later, we could lower
- MPD's CPU usage by reading 16 bit samples with
- sf_readf_short() on low-quality source files. */
Error error;
AudioFormat audio_format;
if (!audio_format_init_checked(audio_format, info.samplerate,