From 1b9410e228fce5d959dba1af444f66cdae432d77 Mon Sep 17 00:00:00 2001 From: Monty Date: Tue, 10 Oct 2000 05:46:06 +0000 Subject: cut-n-paste typo git-svn-id: http://svn.xiph.org/trunk/ogg@722 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- src/framing.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/framing.c') 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)); } -- cgit v1.2.1