X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3.c;h=ab8df7dfb942da7ffa1e4e87ef58e8d3c9bcc50f;hp=b605b4ea5f3df3c5c866342da55e43549206fc44;hb=9ebd69fa0ad93040ca37190e1b71683d027095e9;hpb=adbf9f09c9bf2a680c61b1ef3541c04f1cde97cf 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; }