X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_producer.h;h=1c5bd15d575fa526dd5e84f90e21ff7b125e4f38;hb=a2c29b04aabe82b14851b905fca993f9f471bc6b;hp=c2a473610bc678d54be882eefb35c1aa56a732e6;hpb=a709a2d7ec2e94fefda3a2989e171f497f2c7318;p=melted diff --git a/src/framework/mlt_producer.h b/src/framework/mlt_producer.h index c2a4736..1c5bd15 100644 --- a/src/framework/mlt_producer.h +++ b/src/framework/mlt_producer.h @@ -29,15 +29,15 @@ struct mlt_producer_s { - // We're implementing service here + /* We're implementing service here */ struct mlt_service_s parent; - // Public virtual methods + /* Public virtual methods */ int ( *get_frame )( mlt_producer, mlt_frame_ptr, int ); mlt_destructor close; void *close_object; - // Private data + /* Private data */ void *local; void *child; };