Skip to content

options: exclude special options from `preset=` loading

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

It makes little sense for preset=default to override options that conceptually exist outside the pl_options system, or are loaded via special mechanism, such as hooks, info callback and custom LUT.

Fixes: https://github.com/mpv-player/mpv/issues/12278

Merge request reports