X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2Fconsumer_null.c;h=e96c8cda45a3982ddc7884206abb0013047879ca;hb=d1be09670b5f37b4c5572806d8c13ea180e16e79;hp=ef1f95403ea0d1d0c94e85498ba646c2dfe8a0af;hpb=bf3264b9e340ba5c11cbf59835a8af3db94e0cc2;p=melted diff --git a/src/modules/core/consumer_null.c b/src/modules/core/consumer_null.c index ef1f954..e96c8cd 100644 --- a/src/modules/core/consumer_null.c +++ b/src/modules/core/consumer_null.c @@ -18,10 +18,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Local header files -#include "consumer_null.h" - // mlt Header files +#include #include // System header files @@ -40,10 +38,10 @@ static void consumer_close( mlt_consumer this ); /** Initialise the dv consumer. */ -mlt_consumer consumer_null_init( char *arg ) +mlt_consumer consumer_null_init( mlt_profile profile, mlt_service_type type, const char *id, char *arg ) { // Allocate the consumer - mlt_consumer this = mlt_consumer_new( ); + mlt_consumer this = mlt_consumer_new( profile ); // If memory allocated and initialises without error if ( this != NULL )