Revert default maxFPS back from 60 to 30.

This commit is contained in:
F. Duncanh
2023-01-20 17:41:00 -05:00
parent 05c5044205
commit a255c09e3c
6 changed files with 41 additions and 25 deletions

View File

@@ -454,7 +454,7 @@ raop_init(int max_clients, raop_callbacks_t *callbacks) {
raop->width = 1920;
raop->height = 1080;
raop->refreshRate = 60;
raop->maxFPS = 60;
raop->maxFPS = 30;
raop->overscanned = 0;
/* initialize switch for display of client's streaming data records */