[xiph-cvs] cvs commit: vorbis/lib vorbisfile.c
Ralph Giles
giles at xiph.org
Sun May 27 13:08:08 PDT 2001
giles 01/05/27 13:08:08
Modified: lib vorbisfile.c
Log:
minor spelling correction
Revision Changes Path
1.47 +4 -3 vorbis/lib/vorbisfile.c
Index: vorbisfile.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/vorbisfile.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- vorbisfile.c 2001/05/27 08:16:00 1.46
+++ vorbisfile.c 2001/05/27 20:08:07 1.47
@@ -11,7 +11,7 @@
********************************************************************
function: stdio-based convenience library for opening/seeking/decoding
- last mod: $Id: vorbisfile.c,v 1.46 2001/05/27 08:16:00 xiphmont Exp $
+ last mod: $Id: vorbisfile.c,v 1.47 2001/05/27 20:08:07 giles Exp $
********************************************************************/
@@ -49,7 +49,7 @@
information exists in an Ogg bitstream to seek to
sample-granularity positions in the output. Or, one can seek by
picking some portion of the stream roughly in the desired area if
- we only want course navigation through the stream. */
+ we only want coarse navigation through the stream. */
/*************************************************************************
* Many, many internal helpers. The intention is not to be confusing;
@@ -57,7 +57,8 @@
* harder to understand anyway. The high level functions are last. Begin
* grokking near the end of the file */
-/* read a little more data from the file/pipe into the ogg_sync framer */
+/* read a little more data from the file/pipe into the ogg_sync framer
+*/
#define CHUNKSIZE 8500 /* a shade over 8k; anyone using pages well
over 8k gets what they deserve */
static long _get_data(OggVorbis_File *vf){
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list