mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-20 14:50:01 +01:00
regression
This commit is contained in:
@@ -40,6 +40,6 @@ vj_effect *mixtoalpha_init(int w, int h)
|
|||||||
|
|
||||||
void mixtoalpha_apply( VJFrame *frame, VJFrame *frame2, int width,int height)
|
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 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user