X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh.c;h=ba0b64be932e91b7e6c6f56e30058b2687e9496b;hp=40bf925ca9dcee0b755f90e26e37129026d451fc;hb=97455ec05c2a3e37737a32f55eb5a7c99c0d7050;hpb=02aa9ff4e92159f60326a628f8e0c31e13164d43 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 */