Try re-enabling use of modified in linux dma buf ext egl create image

This commit is contained in:
dec05eba
2023-10-31 17:40:32 +01:00
parent 2a890a4b4d
commit 97a345f08f
4 changed files with 12 additions and 13 deletions

View File

@@ -1403,7 +1403,7 @@ int main(int argc, char **argv) {
fprintf(stderr, "Error: option -r has to be between 5 and 1200, was: %s\n", replay_buffer_size_secs_str);
_exit(1);
}
replay_buffer_size_secs += 5; // Add a few seconds to account of lost packets because of non-keyframe packets skipped
replay_buffer_size_secs += 3; // Add a few seconds to account of lost packets because of non-keyframe packets skipped
}
bool wayland = false;