Skip to content

BF: Fix accidental down-casting of unsigned int to int

Paul McCarthy requested to merge bf/implicit-downcast into master

This MR addresses a couple of bugs in dctfield.cpp, whereby the dctfield.CoefSz_* members are down-cast from unsigned int to int. This was causing compilation failure on my mnt/conda branch, which can be seen in this build log.

@jesper this looks open-and-shut to me, but would you mind taking a quick look?

Merge request reports