diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-10-31 17:40:32 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-10-31 17:40:32 +0100 |
commit | 97a345f08f910df375f5e9579876efd06674b802 (patch) | |
tree | 80a6c20ea282d629022ba5de9218710588529bf8 /src/main.cpp | |
parent | 2a890a4b4dee0e0791f600d790bde9c0411225bc (diff) |
Try re-enabling use of modified in linux dma buf ext egl create image
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index fe9a8c7..51b8499 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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; |