mirror of
https://github.com/mpv-player/mpv
synced 2025-01-26 09:33:30 +00:00
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
This commit is contained in:
parent
05bcdef9cd
commit
35d058bcca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user