Commit f8804c8a authored by Max Kellermann's avatar Max Kellermann

decoder/sndfile: remove debug printf()

parent 7c444dea
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment