From 639ae8101c403393cb95bc9b86dbe56a59331ecf Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Wed, 3 Jul 2002 09:23:58 +0000 Subject: [PATCH] Fix incorrect reference to integer milliseconds in seeking. svn path=/trunk/vorbis/; revision=3508 --- doc/vorbisfile/seeking.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/vorbisfile/seeking.html b/doc/vorbisfile/seeking.html index 391667c..a0adaef 100644 --- a/doc/vorbisfile/seeking.html +++ b/doc/vorbisfile/seeking.html @@ -49,11 +49,11 @@ the position where audio begins.

ov_time_seek - This function seeks to the specific time location in the bitstream, specified in integer milliseconds. Note that this differs from the reference vorbisfile implementation, which takes seconds as a float. + This function seeks to the specific time location in the bitstream, specified in seconds ov_time_seek_page - This function seeks to the closest page preceding the specified time position in the bitstream, specified in integer milliseconds. + This function seeks to the closest page preceding the specified time position in the bitstream -- 2.7.4