summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2003-04-22 09:21:35 +0000
committerMonty <xiphmont@xiph.org>2003-04-22 09:21:35 +0000
commit46ec6d77c8a88b45e003eb343522d5a0e9a86705 (patch)
treed0aef7324c727fac58b3e93a9ab8b5aea7cef6c2
parent0712b4c016b62e3fdc31db14fd39dbc62afaae23 (diff)
downloadtremor-46ec6d77c8a88b45e003eb343522d5a0e9a86705.tar.gz
copyrights :-)
git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4626 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--codec_internal.h2
-rw-r--r--ivorbisfile.h3
2 files changed, 3 insertions, 2 deletions
diff --git a/codec_internal.h b/codec_internal.h
index bd7dd47..87c89a3 100644
--- a/codec_internal.h
+++ b/codec_internal.h
@@ -6,7 +6,7 @@
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis 'TREMOR' SOURCE CODE IS (C) COPYRIGHT 1994-2002 *
+ * THE OggVorbis 'TREMOR' SOURCE CODE IS (C) COPYRIGHT 1994-2003 *
* BY THE Xiph.Org FOUNDATION http://www.xiph.org/ *
* *
********************************************************************
diff --git a/ivorbisfile.h b/ivorbisfile.h
index 50f4f5e..ad053d6 100644
--- a/ivorbisfile.h
+++ b/ivorbisfile.h
@@ -6,7 +6,7 @@
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis 'TREMOR' SOURCE CODE IS (C) COPYRIGHT 1994-2002 *
+ * THE OggVorbis 'TREMOR' SOURCE CODE IS (C) COPYRIGHT 1994-2003 *
* BY THE Xiph.Org FOUNDATION http://www.xiph.org/ *
* *
********************************************************************
@@ -27,6 +27,7 @@ extern "C"
#include "ivorbiscodec.h"
#define CHUNKSIZE 1024
+
/* The function prototypes for the callbacks are basically the same as for
* the stdio functions fread, fseek, fclose, ftell.
* The one difference is that the FILE * arguments have been replaced with