From 74490d2a3b91ee5764b2027eb6bf2d2fc36219f1 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Fri, 18 Feb 2005 02:16:12 +0000 Subject: [PATCH] Fix up some documentation mistakes as pointed out in bugs #615 and #616 svn path=/trunk/vorbis/; revision=8944 --- doc/vorbisfile/ov_open_callbacks.html | 2 +- doc/vorbisfile/ov_pcm_total.html | 2 +- doc/vorbisfile/ov_raw_total.html | 2 +- doc/vorbisfile/ov_test_callbacks.html | 2 +- doc/vorbisfile/ov_time_total.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/vorbisfile/ov_open_callbacks.html b/doc/vorbisfile/ov_open_callbacks.html index a823f2e..485839f 100644 --- a/doc/vorbisfile/ov_open_callbacks.html +++ b/doc/vorbisfile/ov_open_callbacks.html @@ -64,7 +64,7 @@ should be a pointer to a buffer containing the data read. read from the file and the stream is not seekable. In this case, ibytes should contain the length (in bytes) of the buffer. Used together with initial.
callbacks
-
Pointer to a completed ov_callbacks struct which indicates desired custom file manipulation routines.
+
A completed ov_callbacks struct which indicates desired custom file manipulation routines.
diff --git a/doc/vorbisfile/ov_pcm_total.html b/doc/vorbisfile/ov_pcm_total.html index 02e35ca..ce8fb1b 100644 --- a/doc/vorbisfile/ov_pcm_total.html +++ b/doc/vorbisfile/ov_pcm_total.html @@ -45,7 +45,7 @@ functions.
  • OV_EINVAL means that the argument was invalid. In this case, the requested bitstream did not exist or the bitstream is unseekable.
  • total length in pcm samples of content if i=-1.
  • -
  • length in pcm samples of logical bitstream if i=1 to n.
  • +
  • length in pcm samples of logical bitstream if i=0 to n.
  • diff --git a/doc/vorbisfile/ov_raw_total.html b/doc/vorbisfile/ov_raw_total.html index dfb9f97..a6c71c7 100644 --- a/doc/vorbisfile/ov_raw_total.html +++ b/doc/vorbisfile/ov_raw_total.html @@ -45,7 +45,7 @@ functions.

  • OV_EINVAL means that the argument was invalid. In this case, the requested bitstream did not exist or the bitstream is nonseekable
  • n total length in compressed bytes of content if i=-1.
  • -
  • n length in compressed bytes of logical bitstream if i=1 to n.
  • +
  • n length in compressed bytes of logical bitstream if i=0 to n.
  • diff --git a/doc/vorbisfile/ov_test_callbacks.html b/doc/vorbisfile/ov_test_callbacks.html index edf798b..160b251 100644 --- a/doc/vorbisfile/ov_test_callbacks.html +++ b/doc/vorbisfile/ov_test_callbacks.html @@ -52,7 +52,7 @@ should be a pointer to a buffer containing the data read. read from the file and the stream is not seekable. In this case, ibytes should contain the length (in bytes) of the buffer. Used together with initial.

    callbacks
    -
    Pointer to a completed ov_callbacks struct which indicates desired custom file manipulation routines.
    +
    A completed ov_callbacks struct which indicates desired custom file manipulation routines.
    diff --git a/doc/vorbisfile/ov_time_total.html b/doc/vorbisfile/ov_time_total.html index a0dcae1..a06f4c5 100644 --- a/doc/vorbisfile/ov_time_total.html +++ b/doc/vorbisfile/ov_time_total.html @@ -46,7 +46,7 @@ functions.
  • OV_EINVAL means that the argument was invalid. In this case, the requested bitstream did not exist or the bitstream is nonseekable.
  • n total length in seconds of content if i=-1.
  • -
  • n length in seconds of logical bitstream if i=1 to n.
  • +
  • n length in seconds of logical bitstream if i=0 to n.
  • -- 2.7.4