aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/SndfileDecoderPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-09-19 22:49:31 +0200
committerMax Kellermann <max@duempel.org>2014-09-19 22:49:31 +0200
commitf8804c8a5621d48c85b77cf7ab90153bd340efbc (patch)
tree44e729cb8ec215d6cbecd3e0d6dba453347b5459 /src/decoder/plugins/SndfileDecoderPlugin.cxx
parent7c444dea6e3eb14e3c3da69acc345fa6e0b0f685 (diff)
downloadmpd-f8804c8a5621d48c85b77cf7ab90153bd340efbc.tar.gz
mpd-f8804c8a5621d48c85b77cf7ab90153bd340efbc.tar.xz
mpd-f8804c8a5621d48c85b77cf7ab90153bd340efbc.zip
decoder/sndfile: remove debug printf()
Diffstat (limited to 'src/decoder/plugins/SndfileDecoderPlugin.cxx')
-rw-r--r--src/decoder/plugins/SndfileDecoderPlugin.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/decoder/plugins/SndfileDecoderPlugin.cxx b/src/decoder/plugins/SndfileDecoderPlugin.cxx
index 34b214339..73c8ac945 100644
--- a/src/decoder/plugins/SndfileDecoderPlugin.cxx
+++ b/src/decoder/plugins/SndfileDecoderPlugin.cxx
@@ -150,8 +150,6 @@ gcc_pure
static SampleFormat
sndfile_sample_format(const SF_INFO &info)
{
- fprintf(stderr, "SNDFILE format=%d\n", info.format & SF_FORMAT_SUBMASK);
-
switch (info.format & SF_FORMAT_SUBMASK) {
case SF_FORMAT_PCM_S8:
case SF_FORMAT_PCM_U8: