mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-03 06:16:04 +00:00
Don't hardcode 60 FPS
This commit is contained in:
@@ -152,7 +152,7 @@ int startVideoStream(void* rendererContext, int drFlags) {
|
||||
int err;
|
||||
|
||||
callbacks.setup(configuration.width,
|
||||
configuration.height, 60, rendererContext, drFlags);
|
||||
configuration.height, configuration.fps, rendererContext, drFlags);
|
||||
|
||||
// This must be called before the decoder thread starts submitting
|
||||
// decode units
|
||||
|
||||
Reference in New Issue
Block a user