]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mp3dec.c
fix writer node group eof
[paraslash.git] / mp3dec.c
index dd7887d51f830409289f389ffa4bd5fd9f897717..f809daec441c1e5957c48171cdcd3eeb470977b0 100644 (file)
--- 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_DEBUG_LOG("converted %zd, rate: %u, returning %zd\n", len - off,
+//                     fn->fc->samplerate, copy - off);
                return copy - off;
        }
        return copy;