Add missing newline in debug print
This commit is contained in:
parent
41d823923b
commit
7883ce67cd
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ static void dropAvcFrameState(void) {
|
|||
|
||||
// If we reach our limit, immediately request an IDR frame and reset
|
||||
if (consecutiveFrameDrops == CONSECUTIVE_DROP_LIMIT) {
|
||||
Limelog("Reached consecutive drop limit");
|
||||
Limelog("Reached consecutive drop limit\n");
|
||||
|
||||
// Restart the count
|
||||
consecutiveFrameDrops = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue