decoder/sndfile: remove debug printf()
This commit is contained in:
parent
7c444dea6e
commit
f8804c8a56
@ -150,8 +150,6 @@ gcc_pure
|
|||||||
static SampleFormat
|
static SampleFormat
|
||||||
sndfile_sample_format(const SF_INFO &info)
|
sndfile_sample_format(const SF_INFO &info)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "SNDFILE format=%d\n", info.format & SF_FORMAT_SUBMASK);
|
|
||||||
|
|
||||||
switch (info.format & SF_FORMAT_SUBMASK) {
|
switch (info.format & SF_FORMAT_SUBMASK) {
|
||||||
case SF_FORMAT_PCM_S8:
|
case SF_FORMAT_PCM_S8:
|
||||||
case SF_FORMAT_PCM_U8:
|
case SF_FORMAT_PCM_U8:
|
||||||
|
Loading…
Reference in New Issue
Block a user