[Mplayer-cvslog] CVS: main/libao2 ao_sdl.c,1.27,1.28
Sascha Sommer CVS
syncmail at mplayerhq.hu
Sat Apr 3 16:39:18 CEST 2004
CVS change done by Sascha Sommer CVS
Update of /cvsroot/mplayer/main/libao2
In directory mail:/var2/tmp/cvs-serv12042/libao2
Modified Files:
ao_sdl.c
Log Message:
restore old SAMPLESIZE
Index: ao_sdl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_sdl.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ao_sdl.c 1 Apr 2004 19:33:58 -0000 1.27
+++ ao_sdl.c 3 Apr 2004 14:39:16 -0000 1.28
@@ -36,7 +36,11 @@
LIBAO_EXTERN(sdl)
// Samplesize used by the SDLlib AudioSpec struct
+#ifdef WIN32
#define SAMPLESIZE 2048
+#else
+#define SAMPLESIZE 1024
+#endif
// General purpose Ring-buffering routines
More information about the MPlayer-cvslog
mailing list