summaryrefslogtreecommitdiff
path: root/src/framing.c
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2000-10-10 05:46:06 +0000
committerMonty <xiphmont@xiph.org>2000-10-10 05:46:06 +0000
commit1b9410e228fce5d959dba1af444f66cdae432d77 (patch)
treed279fe3443bc3f6941faff3270b0e4279d032ec4 /src/framing.c
parent34e0370a925059ac551a371c3512b413d9f4a3ef (diff)
downloadogg-1b9410e228fce5d959dba1af444f66cdae432d77.tar.gz
cut-n-paste typo
git-svn-id: http://svn.xiph.org/trunk/ogg@722 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'src/framing.c')
-rw-r--r--src/framing.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/framing.c b/src/framing.c
index b7a6193..e153bd4 100644
--- a/src/framing.c
+++ b/src/framing.c
@@ -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@guest.adelaide.edu.au). See docs/framing.html
@@ -35,10 +35,6 @@ int ogg_page_continued(ogg_page *og){
return((int)(og->header[5]&0x01));
}
-int ogg_page_continued(ogg_page *og){
- return((int)(og->header[5]&0x01));
-}
-
int ogg_page_bos(ogg_page *og){
return((int)(og->header[5]&0x02));
}