set buffer_before_play default to 0%
git-svn-id: https://svn.musicpd.org/mpd/trunk@3018 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
93902434d7
commit
b94fa9c949
2
TODO
2
TODO
@ -34,6 +34,8 @@
|
|||||||
|
|
||||||
*) only use libid3tag for id3v2 tags, use internal implementation for id3v1 tags
|
*) only use libid3tag for id3v2 tags, use internal implementation for id3v1 tags
|
||||||
|
|
||||||
|
*) add support for composer, performer metadata
|
||||||
|
|
||||||
0.13
|
0.13
|
||||||
----
|
----
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ int buffered_before_play;
|
|||||||
int buffered_chunks;
|
int buffered_chunks;
|
||||||
|
|
||||||
#define DEFAULT_BUFFER_SIZE 2048
|
#define DEFAULT_BUFFER_SIZE 2048
|
||||||
#define DEFAULT_BUFFER_BEFORE_PLAY 25
|
#define DEFAULT_BUFFER_BEFORE_PLAY 0
|
||||||
|
|
||||||
PlayerData * playerData_pd;
|
PlayerData * playerData_pd;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user