Skip to content

renderer: enable fast path for copies of built-in filters

Niklas Haas requested to merge haasn/libplacebo:filter_eq into master

Rather than requiring exact pointer equality. This should enable such fast paths to work transparently with callers like mpv that always construct their own pl_filter_config struct.

Merge request reports