diff options
Diffstat (limited to 'src/decoder_thread.c')
-rw-r--r-- | src/decoder_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c index cb153b6e5..98b0025ec 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -187,7 +187,7 @@ static void * decoder_task(mpd_unused void *arg) return NULL; } -void decoderInit(void) +void decoder_thread_start(void) { pthread_attr_t attr; pthread_t decoder_thread; |