summaryrefslogtreecommitdiff
path: root/doc/libogg/ogg_stream_packetpeek.html
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2018-10-09 13:41:12 -0700
committerRalph Giles <giles@thaumas.net>2018-10-09 13:41:36 -0700
commit0acd32d7cabf7e41cc29ea7c2bbffde969ff1ba0 (patch)
treea715a617314205142bc39f073a4591b0e41444a4 /doc/libogg/ogg_stream_packetpeek.html
parent529ec790cfba8b846f7e1d7603c22fc352ce2504 (diff)
downloadogg-git-0acd32d7cabf7e41cc29ea7c2bbffde969ff1ba0.tar.gz
Remove trailing whitespace from the api documentation.
Diffstat (limited to 'doc/libogg/ogg_stream_packetpeek.html')
-rw-r--r--doc/libogg/ogg_stream_packetpeek.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/libogg/ogg_stream_packetpeek.html b/doc/libogg/ogg_stream_packetpeek.html
index 66ffa4f..1657d29 100644
--- a/doc/libogg/ogg_stream_packetpeek.html
+++ b/doc/libogg/ogg_stream_packetpeek.html
@@ -23,9 +23,9 @@ it without advancing decoding.</p>
<p>In a typical situation, this would be called
speculatively after <a
href="ogg_stream_pagein.html">ogg_stream_pagein()</a> to check
-the packet contents before handing it off to a codec for
+the packet contents before handing it off to a codec for
decompression. To advance page decoding and remove
-the packet from the sync structure, call
+the packet from the sync structure, call
<a href="ogg_stream_packetout.html">ogg_stream_packetout()</a>.</p>
<br><br>
@@ -43,14 +43,14 @@ int ogg_stream_packetpeek(ogg_stream_state *os,ogg_packet *op);
<h3>Parameters</h3>
<dl>
<dt><i>os</i></dt>
-<dd>Pointer to a previously declared
+<dd>Pointer to a previously declared
<a href="ogg_stream_state.html">ogg_stream_state</a> struct. Before this
function is called, an <a href="ogg_page.html">ogg_page</a> should be
-submitted to the stream using
+submitted to the stream using
<a href="ogg_stream_pagein.html">ogg_stream_pagein()</a>.</dd>
<dt><i>op</i></dt>
<dd>Pointer to the next packet available in the bitstream, if
-any. A NULL value may be passed in the case of a simple "is there a
+any. A NULL value may be passed in the case of a simple "is there a
packet?" check.</dd>
</dl>