From 1efc2477dc3e241e9ad3751e789b7e88aaa7f1bd Mon Sep 17 00:00:00 2001 From: Tim Terriberry Date: Thu, 21 Oct 2010 17:33:15 +0000 Subject: [PATCH] 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 for the report. svn path=/trunk/vorbis/; revision=17552 --- doc/vorbisfile/ov_time_seek.html | 2 +- doc/vorbisfile/ov_time_seek_lap.html | 2 +- doc/vorbisfile/ov_time_seek_page.html | 2 +- doc/vorbisfile/ov_time_seek_page_lap.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/vorbisfile/ov_time_seek.html b/doc/vorbisfile/ov_time_seek.html index 28376b1..c293014 100644 --- a/doc/vorbisfile/ov_time_seek.html +++ b/doc/vorbisfile/ov_time_seek.html @@ -38,7 +38,7 @@ int ov_time_seek(OggVorbis_File *vf, double s)
vf
Pointer to our already opened and initialized OggVorbis_File structure.
-
ms
+
pos
Location to seek to within the file, specified in seconds.
diff --git a/doc/vorbisfile/ov_time_seek_lap.html b/doc/vorbisfile/ov_time_seek_lap.html index b609818..c1181ed 100644 --- a/doc/vorbisfile/ov_time_seek_lap.html +++ b/doc/vorbisfile/ov_time_seek_lap.html @@ -57,7 +57,7 @@ int ov_time_seek_lap(OggVorbis_File *vf, doubl
vf
Pointer to our already opened and initialized OggVorbis_File structure.
-
ms
+
pos
Location to seek to within the file, specified in seconds.
diff --git a/doc/vorbisfile/ov_time_seek_page.html b/doc/vorbisfile/ov_time_seek_page.html index 40e410a..46601a5 100644 --- a/doc/vorbisfile/ov_time_seek_page.html +++ b/doc/vorbisfile/ov_time_seek_page.html @@ -39,7 +39,7 @@ int ov_time_seek_page(OggVorbis_File *vf, doub
vf
Pointer to our already opened and initialized OggVorbis_File structure.
-
ms
+
pos
Location to seek to within the file, specified in seconds.
diff --git a/doc/vorbisfile/ov_time_seek_page_lap.html b/doc/vorbisfile/ov_time_seek_page_lap.html index 75b02d3..63db2cf 100644 --- a/doc/vorbisfile/ov_time_seek_page_lap.html +++ b/doc/vorbisfile/ov_time_seek_page_lap.html @@ -64,7 +64,7 @@ int ov_time_seek_page_lap(OggVorbis_File *vf,
vf
Pointer to our already opened and initialized OggVorbis_File structure.
-
ms
+
pos
Location to seek to within the file, specified in seconds.
-- 2.7.4