== Sequencer ==

Since mul changed into master gain slider, slightly raised limit, so that
color balance doesn't get too dark.

Fixed crash in float->float color balance.
This commit is contained in:
2008-02-09 23:11:05 +00:00
parent 727f9ff727
commit a37d9470a7
2 changed files with 2 additions and 1 deletions

View File

@@ -1365,6 +1365,7 @@ static void color_balance_float_float(Sequence * seq, TStripElem* se,
p[c] = pow((p[c] + cb.lift[c]) * cb.gain[c],
cb.gamma[c]) * mul;
}
p += 4;
}
}