Skip to content

Fix#1503: Added check for transform skip being disabled if TSRCRicePresent is enabled

TSRCRicePresent should always be set to 0 when TransformSkip is disabled but is currently allowed to be 1 and this leads to a mismatch in signalling between the encoder and decoder. Easiest fix is to add an additional check into EncAppCfg::xCheckParameter()

Merge request reports