X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3dec.c;h=fc2b9d8c0f2aa259e49d02041b152ab5814faf2e;hp=f809daec441c1e5957c48171cdcd3eeb470977b0;hb=db09455b4bf9f7518485e08811d9a2a42e9f0b05;hpb=2a8029478dfc65f0c935d864faf4aea9e3deb27d diff --git a/mp3dec.c b/mp3dec.c index f809daec..fc2b9d8c 100644 --- a/mp3dec.c +++ b/mp3dec.c @@ -98,7 +98,7 @@ 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, +// PARA_INFO_LOG("off: %zd, rate: %u, returning %zd\n", off, // fn->fc->samplerate, copy - off); return copy - off; }