mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
BT ring buffering
This commit is contained in:
@@ -199,7 +199,7 @@ void decode_init(log_level level, const char *include_codecs, const char *exclud
|
||||
LOG_DEBUG("include codecs: %s exclude codecs: %s", include_codecs ? include_codecs : "", exclude_codecs);
|
||||
|
||||
mutex_create(decode.mutex);
|
||||
|
||||
PTHREAD_SET_NAME("decode");
|
||||
#if LINUX || OSX || FREEBSD || POSIX
|
||||
pthread_attr_t attr;
|
||||
pthread_attr_init(&attr);
|
||||
|
||||
Reference in New Issue
Block a user