mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +01:00
restore old SAMPLESIZE
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12114 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b4387abe8f
commit
c037eb48d0
@ -36,7 +36,11 @@ static ao_info_t info =
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user