mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-06 00:39:54 +00:00
Raise capture buffer normal size to 2
Temporal measure until dynamic resize is merged.
This commit is contained in:
parent
eed27d3c0a
commit
ae7ae8a870
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user