X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_transition.h;h=9db26b3b91452a801fcd3a5f2bbcca74143bba16;hb=da46016cc4e9c751ab346b9b8f451a59cd276b03;hp=c6912db8d5e3e02058095e7a07320a6141faabe7;hpb=85fef9bf91892619503967c8be84814945e0868c;p=melted diff --git a/src/framework/mlt_transition.h b/src/framework/mlt_transition.h index c6912db..9db26b3 100644 --- a/src/framework/mlt_transition.h +++ b/src/framework/mlt_transition.h @@ -44,10 +44,8 @@ struct mlt_transition_s mlt_service producer; // Private - mlt_frame a_frame; - mlt_frame b_frame; - int a_held; - int b_held; + mlt_frame *frames; + int held; }; /** Public final methods