Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sjpegi.h
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ struct Encoder {
int DCs_[3]; // DC predictors

// DCT coefficients storage, aligned
static const size_t ALIGN_CST = 15;
static constexpr size_t ALIGN_CST = 15;
uint8_t* in_blocks_base_; // base memory for blocks
int16_t* in_blocks_; // aligned pointer to in_blocks_base_
bool have_coeffs_; // true if the Fourier coefficients are stored
Expand Down