renamed decoderInit() to decoder_thread_start()

This commit is contained in:
Max Kellermann
2008-08-26 08:44:29 +02:00
parent 56cdce6946
commit a2b24462e8
3 changed files with 3 additions and 3 deletions

View File

@@ -433,7 +433,7 @@ int main(int argc, char *argv[])
initZeroconf();
openVolumeDevice();
decoderInit();
decoder_thread_start();
player_create();
read_state_file();