[xiph-commits] r17552 - trunk/vorbis/doc/vorbisfile
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Thu Oct 21 10:33:15 PDT 2010
Author: tterribe
Date: 2010-10-21 10:33:15 -0700 (Thu, 21 Oct 2010)
New Revision: 17552
Modified:
trunk/vorbis/doc/vorbisfile/ov_time_seek.html
trunk/vorbis/doc/vorbisfile/ov_time_seek_lap.html
trunk/vorbis/doc/vorbisfile/ov_time_seek_page.html
trunk/vorbis/doc/vorbisfile/ov_time_seek_page_lap.html
Log:
Fix incorrect 'ms' argument in ov_time_seek_*() docs.
The actual argument is the time in seconds, as documented, but the
parameter name 'ms' could lead to confusion.
Thanks to Philipp 'ph3-der-loewe' Schafft <lion at lion.leolix.org> for the
report.
Modified: trunk/vorbis/doc/vorbisfile/ov_time_seek.html
===================================================================
--- trunk/vorbis/doc/vorbisfile/ov_time_seek.html 2010-10-20 21:48:41 UTC (rev 17551)
+++ trunk/vorbis/doc/vorbisfile/ov_time_seek.html 2010-10-21 17:33:15 UTC (rev 17552)
@@ -38,7 +38,7 @@
<dl>
<dt><i>vf</i></dt>
<dd>Pointer to our already opened and initialized OggVorbis_File structure.</dd>
-<dt><i>ms</i></dt>
+<dt><i>pos</i></dt>
<dd>Location to seek to within the file, specified in seconds.</dd>
</dl>
Modified: trunk/vorbis/doc/vorbisfile/ov_time_seek_lap.html
===================================================================
--- trunk/vorbis/doc/vorbisfile/ov_time_seek_lap.html 2010-10-20 21:48:41 UTC (rev 17551)
+++ trunk/vorbis/doc/vorbisfile/ov_time_seek_lap.html 2010-10-21 17:33:15 UTC (rev 17552)
@@ -57,7 +57,7 @@
<dl>
<dt><i>vf</i></dt>
<dd>Pointer to our already opened and initialized OggVorbis_File structure.</dd>
-<dt><i>ms</i></dt>
+<dt><i>pos</i></dt>
<dd>Location to seek to within the file, specified in seconds.</dd>
</dl>
Modified: trunk/vorbis/doc/vorbisfile/ov_time_seek_page.html
===================================================================
--- trunk/vorbis/doc/vorbisfile/ov_time_seek_page.html 2010-10-20 21:48:41 UTC (rev 17551)
+++ trunk/vorbis/doc/vorbisfile/ov_time_seek_page.html 2010-10-21 17:33:15 UTC (rev 17552)
@@ -39,7 +39,7 @@
<dl>
<dt><i>vf</i></dt>
<dd>Pointer to our already opened and initialized OggVorbis_File structure.</dd>
-<dt><i>ms</i></dt>
+<dt><i>pos</i></dt>
<dd>Location to seek to within the file, specified in seconds.</dd>
</dl>
Modified: trunk/vorbis/doc/vorbisfile/ov_time_seek_page_lap.html
===================================================================
--- trunk/vorbis/doc/vorbisfile/ov_time_seek_page_lap.html 2010-10-20 21:48:41 UTC (rev 17551)
+++ trunk/vorbis/doc/vorbisfile/ov_time_seek_page_lap.html 2010-10-21 17:33:15 UTC (rev 17552)
@@ -64,7 +64,7 @@
<dl>
<dt><i>vf</i></dt>
<dd>Pointer to our already opened and initialized OggVorbis_File structure.</dd>
-<dt><i>ms</i></dt>
+<dt><i>pos</i></dt>
<dd>Location to seek to within the file, specified in seconds.</dd>
</dl>
More information about the commits
mailing list