From 97455ec05c2a3e37737a32f55eb5a7c99c0d7050 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 24 Nov 2007 23:44:25 +0100 Subject: [PATCH] ogg_afh.c: Increase eof timeval. --- ogg_afh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogg_afh.c b/ogg_afh.c index 40bf925c..ba0b64be 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -275,7 +275,7 @@ static int ogg_get_file_info(char *map, size_t numbytes, ); afhi->chunk_tv.tv_sec = 0; afhi->chunk_tv.tv_usec = 250 * 1000; - tv_scale(3, &afhi->chunk_tv, &afhi->eof_tv); + tv_scale(10 / afhi->channels, &afhi->chunk_tv, &afhi->eof_tv); ret = 1; err: ov_clear(&of); /* keeps the file open */ -- 2.39.2