[Mplayer-cvslog] CVS: main/mp3lib decod386.c,1.17,1.18
Dominik Mierzejewski CVS
syncmail at mplayerhq.hu
Sat Aug 28 22:59:51 CEST 2004
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_gl.c,1.45,1.46
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs ad_qtaudio.c, 1.13, 1.14 vd_qtvideo.c, 1.17, 1.18 ve_qtvideo.c, 1.9, 1.10 vf_phase.c, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Dominik Mierzejewski CVS
Update of /cvsroot/mplayer/main/mp3lib
In directory mail:/var2/tmp/cvs-serv23141/mp3lib
Modified Files:
decod386.c
Log Message:
small gcc warning fixes
Index: decod386.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/decod386.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- decod386.c 26 Apr 2004 10:08:16 -0000 1.17
+++ decod386.c 28 Aug 2004 20:59:49 -0000 1.18
@@ -77,6 +77,8 @@
}
*/
+static int synth_1to1(real *bandPtr,int channel,unsigned char *out,int *pnt);
+
static int synth_1to1_mono(real *bandPtr,unsigned char *samples,int *pnt)
{
short samples_tmp[64];
@@ -116,7 +118,7 @@
static synth_func_t synth_func;
#if defined(CAN_COMPILE_X86_ASM)
-static int synth_1to1_MMX( real *bandPtr,int channel,short * samples)
+int synth_1to1_MMX( real *bandPtr,int channel,short * samples)
{
static short buffs[2][2][0x110];
static int bo = 1;
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_gl.c,1.45,1.46
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs ad_qtaudio.c, 1.13, 1.14 vd_qtvideo.c, 1.17, 1.18 ve_qtvideo.c, 1.9, 1.10 vf_phase.c, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list