mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-17 17:05:50 +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;
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user