increase the mem_alignment size used for output image rgb memory allocation (#70)
[ROCm/rocjpeg commit: c92ba3d1c4]
Dieser Commit ist enthalten in:
committet von
GitHub
Ursprung
75cdddf403
Commit
89d0137d38
@@ -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.
|
||||
*
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren