restore old SAMPLESIZE

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12114 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2004-04-03 14:39:16 +00:00
parent b4387abe8f
commit c037eb48d0
1 changed files with 4 additions and 0 deletions

View File

@ -36,7 +36,11 @@ static ao_info_t info =
LIBAO_EXTERN(sdl) LIBAO_EXTERN(sdl)
// Samplesize used by the SDLlib AudioSpec struct // Samplesize used by the SDLlib AudioSpec struct
#ifdef WIN32
#define SAMPLESIZE 2048 #define SAMPLESIZE 2048
#else
#define SAMPLESIZE 1024
#endif
// General purpose Ring-buffering routines // General purpose Ring-buffering routines