diff options
author | Qball Cow <qball@qballcow.nl> | 2005-11-16 14:43:04 +0000 |
---|---|---|
committer | Qball Cow <qball@qballcow.nl> | 2005-11-16 14:43:04 +0000 |
commit | 32e5f4ca2b43c310ff6639320dec2dd52f159f50 (patch) | |
tree | 5cc7966297e726b9b6cb961a28ec6979796acacb /src/decode.c | |
parent | 402c8cd707640f7bd857c3387a03bb4db40222d7 (diff) | |
download | mpd-32e5f4ca2b43c310ff6639320dec2dd52f159f50.tar.gz mpd-32e5f4ca2b43c310ff6639320dec2dd52f159f50.tar.xz mpd-32e5f4ca2b43c310ff6639320dec2dd52f159f50.zip |
DJWLindenaar balanced tree and master process patch
git-svn-id: https://svn.musicpd.org/mpd/trunk@3669 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/decode.c')
-rw-r--r-- | src/decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decode.c b/src/decode.c index 56fdb1979..9af2c7e4f 100644 --- a/src/decode.c +++ b/src/decode.c @@ -399,7 +399,7 @@ int decoderInit(PlayerControl * pc, OutputBuffer * cb, DecoderControl * dc) { pc->error = PLAYER_ERROR_SYSTEM; return -1; } - + DEBUG("decoder PID: %d\n", decode_pid); getPlayerData()->playerControl.decode_pid = decode_pid; unblockSignals(); |