[Mplayer-cvslog] CVS: main/libao2 ao_win32.c,1.10,1.11
Sascha Sommer CVS
syncmail at mplayerhq.hu
Thu Apr 8 00:27:35 CEST 2004
CVS change done by Sascha Sommer CVS
Update of /cvsroot/mplayer/main/libao2
In directory mail:/var2/tmp/cvs-serv25378/libao2
Modified Files:
ao_win32.c
Log Message:
restore original ringbuffer constants as the current values are causing heavy stutter here, especially noticable after moving the video window
Index: ao_win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_win32.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ao_win32.c 7 Apr 2004 17:53:42 -0000 1.10
+++ ao_win32.c 7 Apr 2004 22:27:33 -0000 1.11
@@ -30,9 +30,9 @@
#include "../libvo/fastmemcpy.h"
#include "osdep/timer.h"
-#define SAMPLESIZE 2048
+#define SAMPLESIZE 1024
#define BUFFER_SIZE 4096
-#define BUFFER_COUNT 8
+#define BUFFER_COUNT 16
static WAVEHDR* waveBlocks; //pointer to our ringbuffer memory
More information about the MPlayer-cvslog
mailing list