1
0
mirror of http://mpg123.de/trunk/.git synced 2025-10-23 16:48:31 +03:00

mpg123: remove printout of mpg123_decoder() return

git-svn-id: svn://scm.orgis.org/mpg123/trunk@4668 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
thor
2020-04-27 09:37:38 +00:00
parent 89259f1b5c
commit 9cdc06fe32

View File

@@ -620,7 +620,7 @@ int set_pitch(mpg123_handle *fr, out123_handle *ao, double new_pitch)
audio_capabilities(ao, fr);
}
else
fprintf(stderr, "decoder reset: %d\n", mpg123_decoder(fr, NULL));
mpg123_decoder(fr, NULL);
return audio_prepare(ao, fr, rate, channels, format);
}