[MPlayer-cvslog] CVS: main/libmpcodecs ad_libvorbis.c,1.18,1.19

Dominik Mierzejewski CVS syncmail at mplayerhq.hu
Sat Aug 6 17:43:56 CEST 2005


CVS change done by Dominik Mierzejewski CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv6882

Modified Files:
	ad_libvorbis.c 
Log Message:
tremor uses integer types


Index: ad_libvorbis.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ad_libvorbis.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ad_libvorbis.c	12 May 2005 23:32:26 -0000	1.18
+++ ad_libvorbis.c	6 Aug 2005 15:43:54 -0000	1.19
@@ -218,7 +218,11 @@
 {
         int len = 0;
         int samples;
+#ifdef TREMOR
+        ogg_int32_t **pcm;
+#else
         float **pcm;
+#endif
         float scale;
         struct ov_struct_st *ov = sh->context;
 	while(len < minlen) {




More information about the MPlayer-cvslog mailing list