[xiph-cvs] cvs commit: vorbis/doc/vorbisfile seeking.html

Michael Smith msmith at xiph.org
Wed Jul 3 02:23:59 PDT 2002



msmith      02/07/03 02:23:58

  Modified:    doc/vorbisfile seeking.html
  Log:
  Fix incorrect reference to integer milliseconds in seeking.

Revision  Changes    Path
1.4       +2 -2      vorbis/doc/vorbisfile/seeking.html

Index: seeking.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/seeking.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- seeking.html	2002/07/02 21:40:29	1.3
+++ seeking.html	2002/07/03 09:23:58	1.4
@@ -49,11 +49,11 @@
 </tr>
 <tr valign=top>
         <td>ov_time_seek</td>
-	<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>
+	<td>This function seeks to the specific time location in the bitstream, specified in seconds </td>
 </tr>
 <tr valign=top>
         <td>ov_time_seek_page</td>
-	<td>This function seeks to the closest page preceding the specified time position in the bitstream, specified in integer milliseconds.</td>
+	<td>This function seeks to the closest page preceding the specified time position in the bitstream</td>
 </tr>
 </table>
 

<p><p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list