Fix incorrect reference to integer milliseconds in seeking.
authorMike Smith <msmith@xiph.org>
Wed, 3 Jul 2002 09:23:58 +0000 (09:23 +0000)
committerMike Smith <msmith@xiph.org>
Wed, 3 Jul 2002 09:23:58 +0000 (09:23 +0000)
svn path=/trunk/vorbis/; revision=3508

doc/vorbisfile/seeking.html

index 391667c..a0adaef 100644 (file)
@@ -49,11 +49,11 @@ the position where audio begins.<p>
 </tr>\r
 <tr valign=top>\r
        <td><a href="ov_time_seek.html">ov_time_seek</a></td>\r
-       <td>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. </td>\r
+       <td>This function seeks to the specific time location in the bitstream, specified in seconds </td>\r
 </tr>\r
 <tr valign=top>\r
        <td><a href="ov_time_seek_page.html">ov_time_seek_page</a></td>\r
-       <td>This function seeks to the closest page preceding the specified time position in the bitstream, specified in integer milliseconds.</td>\r
+       <td>This function seeks to the closest page preceding the specified time position in the bitstream</td>\r
 </tr>\r
 </table>\r
 \r