make chunk_size 1020, so its divisible for 8,16,24, and 32-bit audio

git-svn-id: https://svn.musicpd.org/mpd/trunk@207 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2004-03-05 16:06:13 +00:00
parent 09efb14dbb
commit 7dd33a490b
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@
#include "decode.h"
#include "mpd_types.h"
#define CHUNK_SIZE 1024
/* pick 1020 since its devisible for 8,16,24, and 32-bit audio */
#define CHUNK_SIZE 1020
extern int buffered_before_play;
extern int buffered_chunks;