Fix KEEP_PRED_AND_RESI_SIGNALS
This commit fixes two issues with KEEP_PRED_AND_RESI_SIGNALS
which have
been introduced since ECM-11.0.
-
b2e7ec71 introduces a decoder mismatch if
KEEP_PRED_AND_RESI_SIGNALS
is set to 1. This is due to a change to source/Lib/DecoderLib/DecCu.cpp where theKEEP_PRED_AND_RESI_SIGNALS
branch of a preprocessor#if
was not update while its other branch was. -
9331e3d5 introduces a compilation error if
KEEP_PRED_AND_RESI_SIGNALS
is set to 1.
With the patch applied, both these issues should be resolved.