fix another ancient bug with sync start time (visible with AirPlay and SPDIF, but impacts all)

This commit is contained in:
philippe44
2023-09-09 15:57:58 -07:00
parent a72f471c35
commit ae2ad85dec
2 changed files with 8 additions and 10 deletions

View File

@@ -34,7 +34,7 @@
#include "log_util.h"
#define RTSP_STACK_SIZE (8*1024)
#define SEARCH_STACK_SIZE (3*1048)
#define SEARCH_STACK_SIZE (3*1024)
typedef struct raop_ctx_s {
#ifdef WIN32