summaryrefslogtreecommitdiff
path: root/doc/ogg/ogg_page_bos.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ogg/ogg_page_bos.html')
-rw-r--r--doc/ogg/ogg_page_bos.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ogg/ogg_page_bos.html b/doc/ogg/ogg_page_bos.html
index 767b505..8a95207 100644
--- a/doc/ogg/ogg_page_bos.html
+++ b/doc/ogg/ogg_page_bos.html
@@ -17,14 +17,14 @@
<p><i>declared in "ogg/ogg.h";</i></p>
-<p>Indicates whether this page is at the beginning of the logical bitstream.
-<p>
+<p>Indicates whether this page is at the beginning of the logical bitstream.
+<p>
<br><br>
<table border=0 color=black cellspacing=0 cellpadding=7>
<tr bgcolor=#cccccc>
<td>
<pre><b>
-int ogg_page_bos(ogg_page *og);
+int ogg_page_bos(ogg_page *og);
</b></pre>
</td>
@@ -39,10 +39,10 @@ int ogg_page_bos(ogg_page *og);
<h3>Return Values</h3>
-<blockquote>
+<blockquote>
+<li>
+greater than 0 if this page is the beginning of a bitstream.</li>
<li>
-greater than 0 if this page is the beginning of a bitstream.</li>
-<li>
0 if this page is from any other location in the stream.</li>
</blockquote>
<p>