From a2b24462e8c6517cbfb0eb9e5632d00ce3dd4ee3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:44:29 +0200 Subject: renamed decoderInit() to decoder_thread_start() --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index cfb38458d..ebd850abd 100644 --- a/src/main.c +++ b/src/main.c @@ -433,7 +433,7 @@ int main(int argc, char *argv[]) initZeroconf(); openVolumeDevice(); - decoderInit(); + decoder_thread_start(); player_create(); read_state_file(); -- cgit v1.2.3