summaryrefslogtreecommitdiff
path: root/src/framing.c
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@xiph.org>2001-12-20 00:58:45 +0000
committerSegher Boessenkool <segher@xiph.org>2001-12-20 00:58:45 +0000
commit08dbd66e649fc8c130bc12575b857113e9dde921 (patch)
tree361fc749f0b875447d2d093008171560d00ccf69 /src/framing.c
parentc39554e292e9a31590915e2f27af8c25446f4c93 (diff)
downloadogg-git-08dbd66e649fc8c130bc12575b857113e9dde921.tar.gz
lots of extremely minor fixes
svn path=/trunk/ogg/; revision=2867
Diffstat (limited to 'src/framing.c')
-rw-r--r--src/framing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/framing.c b/src/framing.c
index 041344a..31e91c7 100644
--- a/src/framing.c
+++ b/src/framing.c
@@ -7,12 +7,12 @@
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
* by the XIPHOPHORUS Company http://www.xiph.org/ *
-
+ * *
********************************************************************
function: code raw [Vorbis] packets into framed OggSquish stream and
decode Ogg streams back into raw packets
- last mod: $Id: framing.c,v 1.19 2001/11/24 07:49:32 xiphmont Exp $
+ last mod: $Id: framing.c,v 1.20 2001/12/20 00:58:45 segher Exp $
note: The CRC code is directly derived from public domain code by
Ross Williams (ross@guest.adelaide.edu.au). See docs/framing.html