summaryrefslogtreecommitdiff
path: root/media/libtremor/lib/tremor_synthesis.c
diff options
context:
space:
mode:
Diffstat (limited to 'media/libtremor/lib/tremor_synthesis.c')
-rw-r--r--media/libtremor/lib/tremor_synthesis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libtremor/lib/tremor_synthesis.c b/media/libtremor/lib/tremor_synthesis.c
index c7680f6d02..d22cb823c1 100644
--- a/media/libtremor/lib/tremor_synthesis.c
+++ b/media/libtremor/lib/tremor_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){