summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-07 22:27:33 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-07 22:27:33 +0000
commit35d058bccaedd5f870650bc088a500466466c970 (patch)
tree9daf1752411a74e2d3e04b18cd97d7f889fa3c8e /libao2
parent05bcdef9cd8df5dec8bfc677d88e2426bf10a48c (diff)
downloadmpv-35d058bccaedd5f870650bc088a500466466c970.tar.bz2
mpv-35d058bccaedd5f870650bc088a500466466c970.tar.xz
restore original ringbuffer constants as the current values are causing heavy stutter here, especially noticable after moving the video window
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12156 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
-rw-r--r--libao2/ao_win32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libao2/ao_win32.c b/libao2/ao_win32.c
index e99249d3ac..46d070b982 100644
--- a/libao2/ao_win32.c
+++ b/libao2/ao_win32.c
@@ -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