Limiting to 15 fps.
This commit is contained in:
parent
5c3b7976ab
commit
b10f700f35
@ -69,7 +69,7 @@ msThreadCallbackSetFrame(struct mCoreThread *threadContext) {
|
||||
height = 144;
|
||||
}
|
||||
|
||||
if (data->numberFrame++ % 2 != 0) {
|
||||
if (data->numberFrame++ % 4 != 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user