Skip to content

Fix activation of ALF APS

When ALF is disabled, the decoder still tries to activate a chroma APS. The related APS ID was not initialized. This fixes the decoder to only activate chroma APS, when it is used.

Additionally a small ordering issue for tracing values is fixed.

The third commit may not be required. It changes the mapping of ID values for different types of APSs within the same APS map. It would be cleaner to store APSs of different type in different maps since they don't share the same ID space.

Merge request reports