Skip to content
  • Niklas Haas's avatar
    libplacebo: explicitly default *params where defaults exist · 7daca5eb
    Niklas Haas authored
    As a rule of thumb, if there's a pl_foo_default_params, then specifying
    a const struct pl_foo_params *params as NULL will default to this. Ditto
    for the neutral color adjustment.
    
    There are some special cases where there are no reasonable default, e.g.
    for ra object creation or filter sampling.
    7daca5eb