summaryrefslogtreecommitdiff
path: root/src/framing.c
diff options
context:
space:
mode:
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));
}