log max fps

This commit is contained in:
Isaac Connor 2021-12-15 16:57:27 -05:00
parent 4edd5c1bf5
commit d10d5201ac
1 changed files with 2 additions and 1 deletions

View File

@ -207,10 +207,11 @@ public:
scale = DEFAULT_SCALE;
}
void setStreamReplayRate(int p_rate) {
Debug(2, "Setting replay_rate %d", p_rate);
Debug(1, "Setting replay_rate %d", p_rate);
replay_rate = p_rate;
}
void setStreamMaxFPS(double p_maxfps) {
Debug(1, "Setting max fps to %f", p_maxfps);
maxfps = p_maxfps;
}
void setStreamBitrate(int p_bitrate) {