summaryrefslogtreecommitdiff
path: root/synthesis.c
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2014-06-24 14:44:34 +0000
committerRalph Giles <giles@mozilla.com>2014-06-24 13:52:36 -0700
commit2e87629fb56cb23f969fb5862e721fc1a53f9725 (patch)
tree4212fbbaaa8cefbcefcf79fbb2db2ea4b2d65c90 /synthesis.c
parent49c8a74e51a9441e2a8acea65fec7689c807507e (diff)
downloadtremor-2e87629fb56cb23f969fb5862e721fc1a53f9725.tar.gz
Commit suggested fix for #2021 Backport additional #1486 -n -r 19164 set keyword property on source files
git-svn-id: https://svn.xiph.org/trunk/Tremor@19172 0101bb08-14d6-0310-b084-bc0e0c8e3800
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){