From 9ebd69fa0ad93040ca37190e1b71683d027095e9 Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 3 Apr 2006 16:11:54 +0200 Subject: [PATCH] mp3: Increase eof timeout This fixes some problems with ortp. --- mp3.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.30.2