mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-16 22:00:55 +00:00
Add support for handling alternate max packet sizes
This commit is contained in:
@@ -32,7 +32,7 @@ void initializeVideoStream(IP_ADDRESS host, PSTREAM_CONFIGURATION streamConfig,
|
||||
|
||||
LbqInitializeLinkedBlockingQueue(&packetQueue, 30);
|
||||
|
||||
initializeVideoDepacketizer();
|
||||
initializeVideoDepacketizer(configuration.packetSize);
|
||||
}
|
||||
|
||||
void destroyVideoStream(void) {
|
||||
|
||||
Reference in New Issue
Block a user