mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-21 15:40:31 +00:00
Update depacketizer to using the same algorithm as the Java version for decreased CPU load
This commit is contained in:
@@ -44,7 +44,13 @@ void destroyControlStream(void) {
|
||||
PltCloseEvent(&resyncEvent);
|
||||
}
|
||||
|
||||
void requestIdrFrame(void) {
|
||||
void connectionSinkTooSlow(int startFrame, int endFrame) {
|
||||
// FIXME: Send ranges
|
||||
PltSetEvent(&resyncEvent);
|
||||
}
|
||||
|
||||
void connectionDetectedFrameLoss(int startFrame, int endFrame) {
|
||||
// FIXME: Send ranges
|
||||
PltSetEvent(&resyncEvent);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user