increase the mem_alignment size used for output image rgb memory allocation (#70)

Этот коммит содержится в:
Aryan Salmanpour
2024-11-01 16:38:38 -04:00
коммит произвёл GitHub
родитель 6d31992746
Коммит c92ba3d1c4
+1 -1
Просмотреть файл
@@ -620,7 +620,7 @@ public:
}
private:
static const int mem_alignment = 1024 * 1024;
static const int mem_alignment = 4 * 1024 * 1024;
/**
* @brief Shows the help message and exits.
*