summaryrefslogtreecommitdiff
path: root/synthesis.c
diff options
context:
space:
mode:
Diffstat (limited to 'synthesis.c')
-rw-r--r--synthesis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/synthesis.c b/synthesis.c
index 38c3eb8..fe63924 100644
--- a/synthesis.c
+++ b/synthesis.c
@@ -67,7 +67,7 @@ static int _vorbis_synthesis1(vorbis_block *vb,ogg_packet *op,int decodep){
/* more setup */
vb->granulepos=op->granulepos;
- vb->sequence=op->packetno-3; /* first block is third packet */
+ vb->sequence=op->packetno; /* first block is third packet */
vb->eofflag=op->e_o_s;
if(decodep){