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

[ROCm/rocjpeg commit: c92ba3d1c4]
Tento commit je obsažen v:
Aryan Salmanpour
2024-11-01 16:38:38 -04:00
odevzdal GitHub
rodič 75cdddf403
revize 89d0137d38
+1 -1
Zobrazit soubor
@@ -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.
*