mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-07-01 23:35:58 +00:00
Fix missing debug message when an I-frame is sent as an RFI recovery frame for AV1
This commit is contained in:
parent
8bca948b61
commit
e0d83f61c2
@ -853,7 +853,6 @@ static void processRtpPayload(PNV_VIDEO_PACKET videoPacket, int length,
|
||||
// to determine if a given frame is an IDR frame.
|
||||
if (!(NegotiatedVideoFormat & (VIDEO_FORMAT_MASK_H264 | VIDEO_FORMAT_MASK_H265))) {
|
||||
waitingForIdrFrame = false;
|
||||
waitingForRefInvalFrame = false;
|
||||
waitingForNextSuccessfulFrame = false;
|
||||
frameType = FRAME_TYPE_IDR;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user