forgot to remove some debug statements
git-svn-id: https://svn.musicpd.org/mpd/trunk@2925 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
c87b9cf439
commit
09a87803a1
|
@ -192,10 +192,8 @@ int mpc_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream)
|
|||
dc->seek = 0;
|
||||
}
|
||||
|
||||
DEBUG("HERE 1\n");
|
||||
ret = mpc_decoder_decode(&decoder, sample_buffer,
|
||||
&vbrUpdateAcc, &vbrUpdateBits);
|
||||
DEBUG("HERE 2\n");
|
||||
|
||||
if(ret <= 0 || dc->stop ) {
|
||||
eof = 1;
|
||||
|
|
Loading…
Reference in New Issue