X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_transition.h;h=9db26b3b91452a801fcd3a5f2bbcca74143bba16;hb=cab7cd53c3a4d9c4355751088fec61860dcabbce;hp=c6912db8d5e3e02058095e7a07320a6141faabe7;hpb=f00476101550ec7d8e863f6516aa83bc1b524570;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