diff options
author | Max Kellermann <max@duempel.org> | 2008-04-12 04:19:50 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-04-12 04:19:50 +0000 |
commit | 14529af732703dc0706be7db87a5292d0d122e77 (patch) | |
tree | 33ec5be670e8c8ea3e29546072be3923742a4eed /src/main.c | |
parent | 66f1d1ddb356ca69a6a0e738d2afde9c65459bd2 (diff) | |
download | mpd-14529af732703dc0706be7db87a5292d0d122e77.tar.gz mpd-14529af732703dc0706be7db87a5292d0d122e77.tar.xz mpd-14529af732703dc0706be7db87a5292d0d122e77.zip |
pass dc to decoder_task()
git-svn-id: https://svn.musicpd.org/mpd/trunk@7323 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index d20a187d4..d3cc35924 100644 --- a/src/main.c +++ b/src/main.c @@ -443,7 +443,7 @@ int main(int argc, char *argv[]) initZeroconf(); openVolumeDevice(); - decoderInit(); + decoderInit(&getPlayerData()->decoderControl); playerInit(&getPlayerData()->playerControl); read_state_file(); |