]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/vlc/vlc-gpe-0.8.1/vlc-tremor.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / vlc / vlc-gpe-0.8.1 / vlc-tremor.patch
1 --- vlc-0.8.1/modules/codec/vorbis.c.orig       2005-08-05 19:57:05 +0200
2 +++ vlc-0.8.1/modules/codec/vorbis.c    2005-08-05 20:01:22 +0200
3 @@ -481,7 +481,11 @@
4  #endif
5  
6      if( p_oggpacket->bytes &&
7 +#ifdef MODULE_NAME_IS_tremor
8 +        vorbis_synthesis( &p_sys->vb, p_oggpacket, 1 ) == 0 )
9 +#else
10          vorbis_synthesis( &p_sys->vb, p_oggpacket ) == 0 )
11 +#endif
12          vorbis_synthesis_blockin( &p_sys->vd, &p_sys->vb );
13  
14      /* **pp_pcm is a multichannel float vector. In stereo, for