From 44ab215bdf57b19647d33fd912e6975b09531a45 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Fri, 28 Nov 2003 18:38:54 +0000 Subject: [PATCH] Spelling fixes. svn path=/trunk/vorbis/; revision=5640 --- doc/vorbisfile/ov_crosslap.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/vorbisfile/ov_crosslap.html b/doc/vorbisfile/ov_crosslap.html index 768c700..81eb217 100644 --- a/doc/vorbisfile/ov_crosslap.html +++ b/doc/vorbisfile/ov_crosslap.html @@ -18,7 +18,7 @@

declared in "vorbis/vorbisfile.h";

ov_crosslap overlaps and blends the boundary at a transition -between two seperate streams represented by seperate OggVorbis_File structures. For lapping transitions due to seeking within a single stream represented by a single OggVorbis_File structure, @@ -75,7 +75,7 @@ long ov_crosslap(OggVorbis_File *old, OV_EREAD

A read from media returned an error.
OV_EOF
-
indicates stream vf2 is at end of file, or that vf1 is at end of file immediately after a seek (making crosslap impossible as there's no preceeding decode state to crosslap).
+
indicates stream vf2 is at end of file, or that vf1 is at end of file immediately after a seek (making crosslap impossible as there's no preceding decode state to crosslap).
0
success.
-- 2.7.4