Commit 7dd33a49 authored by Warren Dukes's avatar Warren Dukes

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
parent 09efb14d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment