X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_transition.h;h=a6222ce83ae180cdd83473b11463dc48830849c5;hb=a2c29b04aabe82b14851b905fca993f9f471bc6b;hp=9db26b3b91452a801fcd3a5f2bbcca74143bba16;hpb=da46016cc4e9c751ab346b9b8f451a59cd276b03;p=melted diff --git a/src/framework/mlt_transition.h b/src/framework/mlt_transition.h index 9db26b3..a6222ce 100644 --- a/src/framework/mlt_transition.h +++ b/src/framework/mlt_transition.h @@ -28,22 +28,22 @@ struct mlt_transition_s { - // We're implementing service here + /* We're implementing service here */ struct mlt_service_s parent; - // public virtual + /* public virtual */ void ( *close )( mlt_transition ); - // protected transition method + /* protected transition method */ mlt_frame ( *process )( mlt_transition, mlt_frame, mlt_frame ); - // Protected + /* Protected */ void *child; - // track and in/out points + /* track and in/out points */ mlt_service producer; - // Private + /* Private */ mlt_frame *frames; int held; };