== Sequencer ==

forgot to swap input on "Over drop".
This commit is contained in:
Peter Schlaile
2008-01-02 22:45:38 +00:00
parent 4aef3b6440
commit 8d6fe8e2ca

View File

@@ -1604,7 +1604,8 @@ static TStripElem* do_build_seq_array_recursively(
those two effects */
if (seq->blend_mode == SEQ_ALPHAOVER ||
seq->blend_mode == SEQ_ALPHAUNDER) {
seq->blend_mode == SEQ_ALPHAUNDER ||
seq->blend_mode == SEQ_OVERDROP) {
swap_input = TRUE;
}