From 19d56ee24e69f01d64c4d15ba542b61d941bb2e7 Mon Sep 17 00:00:00 2001 From: Monty Date: Sat, 24 Nov 2001 06:55:22 +0000 Subject: Documentation correction pointed out by Time Janik git-svn-id: http://svn.xiph.org/trunk/ogg@2403 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- doc/ogg/ogg_page_bos.html | 2 +- doc/ogg/ogg_page_eos.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ogg/ogg_page_bos.html b/doc/ogg/ogg_page_bos.html index dcfbb33..767b505 100644 --- a/doc/ogg/ogg_page_bos.html +++ b/doc/ogg/ogg_page_bos.html @@ -41,7 +41,7 @@ int ogg_page_bos(ogg_page *og);

Return Values

  • -1 if this page is the beginning of a bitstream.
  • +greater than 0 if this page is the beginning of a bitstream.
  • 0 if this page is from any other location in the stream.
  • diff --git a/doc/ogg/ogg_page_eos.html b/doc/ogg/ogg_page_eos.html index 729386d..10cf0de 100644 --- a/doc/ogg/ogg_page_eos.html +++ b/doc/ogg/ogg_page_eos.html @@ -41,7 +41,7 @@ int ogg_page_eos(ogg_page *og);

    Return Values

  • -1 if this page contains the end of a bitstream.
  • +greater than zero if this page contains the end of a bitstream.
  • 0 if this page is from any other location in the stream.
  • -- cgit v1.2.1