summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthp-hatch <thomas.perl@hatch.live>2020-05-25 11:26:21 +0200
committerRalph Giles <giles@thaumas.net>2020-05-25 10:08:41 -0700
commit5fb070b6baaf249f8ed77c0823bb3418ba0b3a74 (patch)
treeab10f00c5ade0d57c7f1f38a26a802c7eff8ac4a
parent1e8d7cce266df61afc9d35db0283bbacc0237aba (diff)
downloadogg-git-5fb070b6baaf249f8ed77c0823bb3418ba0b3a74.tar.gz
Fix link in ogg_stream_init documentation
Signed-off-by: Ralph Giles <giles@thaumas.net>
-rw-r--r--doc/libogg/ogg_stream_init.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libogg/ogg_stream_init.html b/doc/libogg/ogg_stream_init.html
index 25e3ed3..e297ea2 100644
--- a/doc/libogg/ogg_stream_init.html
+++ b/doc/libogg/ogg_stream_init.html
@@ -17,7 +17,7 @@
<p><i>declared in "ogg/ogg.h";</i></p>
-<p>This function is used to initialize an <a href="ogg_sync_state.html">ogg_stream_state</a> struct and allocates appropriate memory in preparation for encoding or decoding.
+<p>This function is used to initialize an <a href="ogg_stream_state.html">ogg_stream_state</a> struct and allocates appropriate memory in preparation for encoding or decoding.
<p>It also assigns the stream a given serial number.
<br><br>
<table border=0 color=black cellspacing=0 cellpadding=7>