mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 23:40:26 +00:00
Revert "Cmpto J2K dec.: increase default tile_limit to 2"
This reverts commit 6c82e4c036.
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
#include <queue>
|
||||
#include <utility>
|
||||
|
||||
constexpr const int DEFAULT_TILE_LIMIT = 2;
|
||||
constexpr const int DEFAULT_TILE_LIMIT = 1;
|
||||
/// maximal size of queue for decompressed frames
|
||||
constexpr const int DEFAULT_MAX_QUEUE_SIZE = 2;
|
||||
/// maximal number of concurrently decompressed frames
|
||||
|
||||
Reference in New Issue
Block a user