[xiph-cvs] cvs commit: ogg/src framing.c
Monty
xiphmont at xiph.org
Mon Oct 9 22:46:07 PDT 2000
xiphmont 00/10/09 22:46:07
Modified: src framing.c
Log:
cut-n-paste typo
Revision Changes Path
1.6 +0 -4 ogg/src/framing.c
Index: framing.c
===================================================================
RCS file: /usr/local/cvsroot/ogg/src/framing.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- framing.c 2000/10/10 05:42:34 1.5
+++ framing.c 2000/10/10 05:46:06 1.6
@@ -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.5 2000/10/10 05:42:34 xiphmont Exp $
+ last mod: $Id: framing.c,v 1.6 2000/10/10 05:46:06 xiphmont 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
@@ -29,10 +29,6 @@
int ogg_page_version(ogg_page *og){
return((int)(og->header[4]));
-}
-
-int ogg_page_continued(ogg_page *og){
- return((int)(og->header[5]&0x01));
}
int ogg_page_continued(ogg_page *og){
--- >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