mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 10:30:47 +00:00
Patch to fix the video issue (freeze https://github.com/irtimmer/limelight-pi/issues/27).
This commit is contained in:
@@ -44,6 +44,7 @@ public abstract class AbstractVideoRenderer implements VideoDecoderRenderer {
|
||||
dataSize = 0;
|
||||
last = System.currentTimeMillis();
|
||||
}
|
||||
depacketizer.freeDecodeUnit(decodeUnit);
|
||||
} catch (InterruptedException ex) { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user