diff options
Diffstat (limited to 'src/decoder_thread.h')
-rw-r--r-- | src/decoder_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_thread.h b/src/decoder_thread.h index 439641e8a..27ca8a9b2 100644 --- a/src/decoder_thread.h +++ b/src/decoder_thread.h @@ -20,6 +20,6 @@ #ifndef DECODER_THREAD_H #define DECODER_THREAD_H -void decoderInit(void); +void decoder_thread_start(void); #endif |