aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-10-31 21:11:23 +0100
committerdec05eba <dec05eba@protonmail.com>2023-10-31 21:11:23 +0100
commit62e7a04b10bde395c5f658e442f75d9643caa888 (patch)
treec7df34b3bf21d9455228a00146c66bf50cdaade2 /src/main.cpp
parentf12541d3f0e5ae6a6d08b2d44590b1274ec7cb0f (diff)
Revert "Try re-enabling use of modified in linux dma buf ext egl create image"
This reverts commit 97a345f08f910df375f5e9579876efd06674b802.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 51b8499..fe9a8c7 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 += 3; // Add a few seconds to account of lost packets because of non-keyframe packets skipped
+ replay_buffer_size_secs += 5; // Add a few seconds to account of lost packets because of non-keyframe packets skipped
}
bool wayland = false;