RTP thread priority increase

This commit is contained in:
philippe44
2019-08-25 00:56:28 -07:00
parent c44c31f6d4
commit 8a6295a016
2 changed files with 5 additions and 5 deletions

View File

@@ -345,7 +345,7 @@ 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);