error.h: Remove some unused errors.
[paraslash.git] / ogg_afh.c
index 40bf925ca9dcee0b755f90e26e37129026d451fc..ba0b64be932e91b7e6c6f56e30058b2687e9496b 100644 (file)
--- 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 */