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:
parent
09efb14dbb
commit
7dd33a490b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue