Revert "Cmpto J2K dec.: increase default tile_limit to 2"

This reverts commit 6c82e4c036.
This commit is contained in:
Martin Pulec
2020-05-29 20:41:01 +02:00
parent 1203b5faf1
commit 01ea7abf8c

View File

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