[xiph-cvs] cvs commit: ogg/src framing.c

Jack Moffitt jack at xiph.org
Tue Sep 26 12:29:23 PDT 2000



jack        00/09/26 12:29:23

  Modified:    include/ogg ogg.h
               src      framing.c
  Log:
  ogg_stream_eof -> ogg_stream_eos

Revision  Changes    Path
1.4       +1 -1      ogg/include/ogg/ogg.h

Index: ogg.h
===================================================================
RCS file: /usr/local/cvsroot/ogg/include/ogg/ogg.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ogg.h	2000/09/26 17:55:57	1.3
+++ ogg.h	2000/09/26 19:29:22	1.4
@@ -136,7 +136,7 @@
 extern int      ogg_stream_clear(ogg_stream_state *os);
 extern int      ogg_stream_reset(ogg_stream_state *os);
 extern int      ogg_stream_destroy(ogg_stream_state *os);
-extern int      ogg_stream_eof(ogg_stream_state *os);
+extern int      ogg_stream_eos(ogg_stream_state *os);
 
 extern int      ogg_page_version(ogg_page *og);
 extern int      ogg_page_continued(ogg_page *og);

1.3       +2 -2      ogg/src/framing.c

Index: framing.c
===================================================================
RCS file: /usr/local/cvsroot/ogg/src/framing.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- framing.c	2000/09/26 17:55:58	1.2
+++ framing.c	2000/09/26 19:29:22	1.3
@@ -13,7 +13,7 @@
 
  function: code raw [Vorbis] packets into framed OggSquish stream and
            decode Ogg streams back into raw packets
- last mod: $Id: framing.c,v 1.2 2000/09/26 17:55:58 jack Exp $
+ last mod: $Id: framing.c,v 1.3 2000/09/26 19:29:22 jack Exp $
 
  note: The CRC code is directly derived from public domain code by
  Ross Williams (ross at guest.adelaide.edu.au).  See docs/framing.html
@@ -373,7 +373,7 @@
   return(0);
 }
 
-int ogg_stream_eof(ogg_stream_state *os){
+int ogg_stream_eos(ogg_stream_state *os){
   return os->e_o_s;
 }
 

--- >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