X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mp3.c;h=ab8df7dfb942da7ffa1e4e87ef58e8d3c9bcc50f;hb=c430e588047c5db3eb0d043c4dd1378680ec2bcf;hp=b605b4ea5f3df3c5c866342da55e43549206fc44;hpb=adbf9f09c9bf2a680c61b1ef3541c04f1cde97cf;p=paraslash.git diff --git a/mp3.c b/mp3.c index b605b4ea..ab8df7df 100644 --- a/mp3.c +++ b/mp3.c @@ -411,7 +411,8 @@ static int mp3_read_info(void) tv_divide(fcount, &total_time, &af->chunk_tv); rewind(mp3.file); PARA_DEBUG_LOG("chunk_time: %lu\n", af->chunk_tv.tv_usec); - tv_scale(10, &af->chunk_tv, &af->eof_tv); + tv_scale(30, &af->chunk_tv, &af->eof_tv); + PARA_DEBUG_LOG("eof timeout: %lu\n", tv2ms(&af->eof_tv)); return 1; }