summaryrefslogtreecommitdiffstats
path: root/recipes/libxine/libxine-1.1.0/fix-syntax-xine-vorbis-decoder.patch
blob: a191280e2b35f6c67033ab9cf9a730db0dc2484d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- xine-lib-1.0/src/libvorbis/xine_decoder.c.old	2005-04-14 11:25:18 +01:00
+++ xine-lib-1.0/src/libvorbis/xine_decoder.c	2005-04-14 11:26:14 +01:00
@@ -219,7 +219,7 @@
     int **pcm;
     int samples;
 
-    if(vorbis_synthesis(&this->vb,&this->op)==0) 
+    if(vorbis_synthesis(&this->vb,&this->op,1)==0) 
       vorbis_synthesis_blockin(&this->vd,&this->vb);
 
     if (buf->pts!=0)