continue;
if (strcasecmp(name + len - plen, p))
continue;
- PARA_DEBUG_LOG("might be %s\n", audio_format_name(i));
+// PARA_DEBUG_LOG("might be %s\n", audio_format_name(i));
return i;
}
}
if (!pod->vf) {
int ib = 1024 * conf->initial_buffer_arg; /* initial buffer */
if (len <ib && !*fn->fc->input_eof) {
- PARA_INFO_LOG("initial input buffer %zd/%d, waiting for more data\n",
- len, ib);
+ PARA_DEBUG_LOG("initial input buffer %zd/%d, "
+ "waiting for more data\n", len, ib);
return 0;
}
pod->vf = para_malloc(sizeof(struct OggVorbis_File));