X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3dec.c;h=fc2b9d8c0f2aa259e49d02041b152ab5814faf2e;hp=dd7887d51f830409289f389ffa4bd5fd9f897717;hb=95ef8f79c9ae684e07568653b0c68ea669188e9f;hpb=40cbbb95e256e63e1e6958e9034311d4904604af diff --git a/mp3dec.c b/mp3dec.c index dd7887d5..fc2b9d8c 100644 --- a/mp3dec.c +++ b/mp3dec.c @@ -98,8 +98,8 @@ next_frame: out: if (pmd->stream.next_frame) { /* we still have some data */ size_t off = pmd->stream.bufend - pmd->stream.next_frame; - PARA_DEBUG_LOG("converted %zd, rate: %u, returning %zd\n", len - off, - fn->fc->samplerate, copy - off); +// PARA_INFO_LOG("off: %zd, rate: %u, returning %zd\n", off, +// fn->fc->samplerate, copy - off); return copy - off; } return copy;