]> git.sesse.net Git - mlt/commit
Factor out some frame properties in transitions.
authorDan Dennedy <dan@dennedy.org>
Sat, 7 May 2011 05:46:59 +0000 (22:46 -0700)
committerDan Dennedy <dan@dennedy.org>
Sat, 7 May 2011 05:46:59 +0000 (22:46 -0700)
commitaea672c471e7d222798f29736cb2f33bafd0d795
treec1c656722c8e7de08e957810af06aba1149b6553
parentf7f55c18ae88d95374dc50686b5bc814c9b80f9c
Factor out some frame properties in transitions.

Transitions had to apply a pattern of copying some properties from the A
frame to the B frame that was unrelated to its core routine. This is now
largely taken care of by a recent commit to mlt_transition.c.
src/modules/core/transition_composite.c
src/modules/core/transition_luma.c
src/modules/frei0r/transition_frei0r.c
src/modules/plus/transition_affine.c