Raise capture buffer normal size to 2

Temporal measure until dynamic resize is merged.
This commit is contained in:
ns6089 2023-04-08 12:23:43 +03:00 committed by Cameron Gutman
parent eed27d3c0a
commit ae7ae8a870

View File

@ -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);