Skip to content

codecs: h264dec: Add a compliance property to control behavior.

Some features such as the low-latency DPB bumping and mapping the baseline profile as the constrained-baseline profile do not conform to the H265 offical spec. But in practice, they are very useful and are widely needed. We add this compliance property to control the behavior of the decoder, make it fit more requirement.

Edited by He Junyan

Merge request reports