output: migrate from pthread to glib threads

This commit is contained in:
Thomas Jansen
2008-12-28 22:09:42 +01:00
parent 28128dc4e3
commit 36b8968e36
4 changed files with 9 additions and 12 deletions

View File

@@ -102,7 +102,7 @@ int audio_output_init(struct audio_output *ao, ConfigParam * param)
} else
audio_format_clear(&ao->reqAudioFormat);
ao->thread = 0;
ao->thread = NULL;
notify_init(&ao->notify);
ao->command = AO_COMMAND_NONE;