Skip to content

va: postproc: only drop filters if they change

Currently, at every frame the filters array is recreated. This is not optimal, since it should be only rebuilt if the VA filter's related properties change. This patches does that by using a flag.

Merge request reports