mirror of https://github.com/mpv-player/mpv
Increased sample size to solve sound problems one some systems.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@994 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a33e4c00b4
commit
bc46b1d4aa
|
@ -40,7 +40,7 @@ extern int verbose;
|
|||
char *sdl_adriver;
|
||||
|
||||
// Samplesize used by the SDLlib AudioSpec struct
|
||||
#define SAMPLESIZE 512
|
||||
#define SAMPLESIZE 1024
|
||||
|
||||
// General purpose Ring-buffering routines
|
||||
|
||||
|
|
Loading…
Reference in New Issue