mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Raise capture buffer normal size to 2
Temporal measure until dynamic resize is merged.
This commit is contained in:
@@ -791,7 +791,7 @@ namespace video {
|
||||
}
|
||||
display_wp = disp;
|
||||
|
||||
constexpr auto capture_buffer_normal_size = 1;
|
||||
constexpr auto capture_buffer_normal_size = 2;
|
||||
constexpr auto capture_buffer_size = 12;
|
||||
std::list<std::shared_ptr<platf::img_t>> imgs(capture_buffer_size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user