X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_producer.c;fp=src%2Fframework%2Fmlt_producer.c;h=2202f556472c8b74734130ae9fd7e13af0b6eb31;hb=43b8637d43111412e4de944a4eeb3668ab838f9b;hp=6646ed8d0a6acf5e0c14d6afdfdbbbc9b7fbecdb;hpb=bd97dfc6013aaa419c0bfd3093b56885be5c02f3;p=melted diff --git a/src/framework/mlt_producer.c b/src/framework/mlt_producer.c index 6646ed8..2202f55 100644 --- a/src/framework/mlt_producer.c +++ b/src/framework/mlt_producer.c @@ -50,7 +50,6 @@ static int producers_destroyed = 0; * \param this the producer structure to initialize * \param child a pointer to the child object for the subclass * \return true if there was an error - * \todo Document the special properties and events. */ int mlt_producer_init( mlt_producer this, void *child )