diff options
author | Max Kellermann <max@duempel.org> | 2014-09-19 22:49:31 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-09-19 22:49:31 +0200 |
commit | f8804c8a5621d48c85b77cf7ab90153bd340efbc (patch) | |
tree | 44e729cb8ec215d6cbecd3e0d6dba453347b5459 /src/decoder | |
parent | 7c444dea6e3eb14e3c3da69acc345fa6e0b0f685 (diff) | |
download | mpd-f8804c8a5621d48c85b77cf7ab90153bd340efbc.tar.gz mpd-f8804c8a5621d48c85b77cf7ab90153bd340efbc.tar.xz mpd-f8804c8a5621d48c85b77cf7ab90153bd340efbc.zip |
decoder/sndfile: remove debug printf()
Diffstat (limited to 'src/decoder')
-rw-r--r-- | src/decoder/plugins/SndfileDecoderPlugin.cxx | 2 |
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: |