summaryrefslogtreecommitdiff
path: root/lib/psy.h
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2000-01-28 15:25:12 +0000
committerMonty <xiphmont@xiph.org>2000-01-28 15:25:12 +0000
commit5ccc61230de45f33b8d976c97fad2c09a2d6b1e7 (patch)
treec01ee11c47150365e5e5d8bfa197b71d00ef2e76 /lib/psy.h
parent635cfba311974043cce479e035f03fea7078d48b (diff)
downloadlibvorbis-git-5ccc61230de45f33b8d976c97fad2c09a2d6b1e7.tar.gz
Update encoder and decoder examples. One inch away from everything
building clean again. Monty svn path=/trunk/vorbis/; revision=247
Diffstat (limited to 'lib/psy.h')
-rw-r--r--lib/psy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/psy.h b/lib/psy.h
index f41e1193..f08d47ce 100644
--- a/lib/psy.h
+++ b/lib/psy.h
@@ -12,7 +12,7 @@
********************************************************************
function: random psychoacoustics (not including preecho)
- last mod: $Id: psy.h,v 1.7 2000/01/28 09:05:15 xiphmont Exp $
+ last mod: $Id: psy.h,v 1.8 2000/01/28 15:25:11 xiphmont Exp $
********************************************************************/
@@ -31,7 +31,7 @@ typedef struct {
extern void _vp_psy_init(vorbis_look_psy *p,vorbis_info_psy *vi,int n,long rate);
extern void _vp_psy_clear(vorbis_look_psy *p);
extern void *_vi_psy_dup(void *source);
-extern void _vi_psy_free(void *i);
+extern void _vi_psy_free(vorbis_info_psy *i);
extern void _vp_mask_floor(vorbis_look_psy *p,double *pcm,
double *mask,double *floor);