X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=d38e435942843508760e2b5ced1d2c05840efc39;hp=cd0899469b0ba2cd95f88b604c748e9900f309e6;hb=8a8cd0f5bb40dcfad68608193e8c57decd90b25e;hpb=854470b35cfb95851465622f843758e4272221cf diff --git a/mp3_afh.c b/mp3_afh.c index cd089946..d38e4359 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -403,7 +403,7 @@ static int mp3_read_info(void) tv_divide(fcount, &total_time, &af->chunk_tv); rewind(mp3.file); PARA_DEBUG_LOG("chunk_time: %lums\n", tv2ms(&af->chunk_tv)); - tv_scale(30, &af->chunk_tv, &af->eof_tv); + tv_scale(3, &af->chunk_tv, &af->eof_tv); PARA_DEBUG_LOG("eof timeout: %lu\n", tv2ms(&af->eof_tv)); return 1; }