• Z
    obs-filters: Use double-precision where viable · 698e6418
    Zachary Lund 提交于
    We're expecting a variable with double precision. Since we don't read
    the value of these doubles with a particular precision, it can often
    lead to unpredictable results where the value set isn't the one
    intended due to the loss of precision from float->double conversion.
    698e6418
color-correction-filter.c 14.3 KB