mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
Lower the DU limit back to 15 because 30 can exhaust the video ring buffer
This commit is contained in:
parent
60db0ff775
commit
33ffbe151f
@ -30,7 +30,7 @@ public class VideoDepacketizer {
|
||||
private ConnectionStatusListener controlListener;
|
||||
private final int nominalPacketDataLength;
|
||||
|
||||
private static final int DU_LIMIT = 30;
|
||||
private static final int DU_LIMIT = 15;
|
||||
private PopulatedBufferList<DecodeUnit> decodedUnits;
|
||||
|
||||
public VideoDepacketizer(ConnectionStatusListener controlListener, int nominalPacketSize)
|
||||
|
Loading…
x
Reference in New Issue
Block a user