mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 09:25:49 +00:00
Don't hardcode 60 FPS
This commit is contained in:
parent
f8df5030e1
commit
e50df23a0a
@ -152,7 +152,7 @@ int startVideoStream(void* rendererContext, int drFlags) {
|
|||||||
int err;
|
int err;
|
||||||
|
|
||||||
callbacks.setup(configuration.width,
|
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
|
// This must be called before the decoder thread starts submitting
|
||||||
// decode units
|
// decode units
|
||||||
|
Loading…
x
Reference in New Issue
Block a user