mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 09:25:49 +00:00
Add missing newline in debug print
This commit is contained in:
parent
41d823923b
commit
7883ce67cd
@ -64,7 +64,7 @@ static void dropAvcFrameState(void) {
|
|||||||
|
|
||||||
// If we reach our limit, immediately request an IDR frame and reset
|
// If we reach our limit, immediately request an IDR frame and reset
|
||||||
if (consecutiveFrameDrops == CONSECUTIVE_DROP_LIMIT) {
|
if (consecutiveFrameDrops == CONSECUTIVE_DROP_LIMIT) {
|
||||||
Limelog("Reached consecutive drop limit");
|
Limelog("Reached consecutive drop limit\n");
|
||||||
|
|
||||||
// Restart the count
|
// Restart the count
|
||||||
consecutiveFrameDrops = 0;
|
consecutiveFrameDrops = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user