regression

This commit is contained in:
niels
2015-10-25 23:45:15 +01:00
parent faecdc8f13
commit e8b84029b7

View File

@@ -40,6 +40,6 @@ vj_effect *mixtoalpha_init(int w, int h)
void mixtoalpha_apply( VJFrame *frame, VJFrame *frame2, int width,int height)
{
veejay_memcpy( a, Y, len );
veejay_memcpy(frame->data[3], frame2->data[0], frame->len );
}