mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
Include memory fixes from main branch
This commit is contained in:
@@ -345,8 +345,9 @@ void output_init_common(log_level level, const char *device, unsigned output_buf
|
||||
unsigned i;
|
||||
|
||||
loglevel = level;
|
||||
|
||||
|
||||
output_buf_size = output_buf_size - (output_buf_size % BYTES_PER_FRAME);
|
||||
output.init_size = output_buf_size;
|
||||
LOG_DEBUG("outputbuf size: %u", output_buf_size);
|
||||
|
||||
buf_init(outputbuf, output_buf_size);
|
||||
|
||||
Reference in New Issue
Block a user