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

This commit is contained in:
Aryan Salmanpour
2024-11-01 16:38:38 -04:00
committed by GitHub
parent 6d31992746
commit c92ba3d1c4
+1 -1
View File
@@ -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.
*