From: Andre Noll Date: Sat, 24 Nov 2007 22:44:25 +0000 (+0100) Subject: ogg_afh.c: Increase eof timeval. X-Git-Tag: v0.3.0~95 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=97455ec05c2a3e37737a32f55eb5a7c99c0d7050 ogg_afh.c: Increase eof timeval. --- 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 */