summaryrefslogtreecommitdiff
path: root/lib/synthesis.c
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2000-01-12 11:34:42 +0000
committerMonty <xiphmont@xiph.org>2000-01-12 11:34:42 +0000
commitce430766b7c16345edf7d1e19f0f9a194aee5474 (patch)
tree20343eaab5490bf3422fbe5a337ace81c1279a07 /lib/synthesis.c
parent85fb0bc2634baa68d142b671e6890663ca2a3663 (diff)
downloadlibvorbis-git-ce430766b7c16345edf7d1e19f0f9a194aee5474.tar.gz
Incremental update toward VQ integration, vorbis_info rearrangement
Monty svn path=/trunk/vorbis/; revision=234
Diffstat (limited to 'lib/synthesis.c')
-rw-r--r--lib/synthesis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/synthesis.c b/lib/synthesis.c
index 91b045f4..ccd13c13 100644
--- a/lib/synthesis.c
+++ b/lib/synthesis.c
@@ -12,7 +12,7 @@
********************************************************************
function: single-block PCM synthesis
- last mod: $Id: synthesis.c,v 1.11 2000/01/05 03:11:04 xiphmont Exp $
+ last mod: $Id: synthesis.c,v 1.12 2000/01/12 11:34:41 xiphmont Exp $
********************************************************************/
@@ -68,7 +68,7 @@ int vorbis_synthesis(vorbis_block *vb,ogg_packet *op){
n=vb->pcmend=vi->blocksize[vb->W];
/* No envelope encoding yet */
- _oggpack_write(opb,0,1);
+ _oggpack_read(opb,0,1);
for(i=0;i<vi->channels;i++){
double *lpc=vb->lpc[i];