From: ddennedy Date: Wed, 3 Mar 2004 22:09:40 +0000 (+0000) Subject: producer_colour X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=8a14fece1e45ba65a3b526ec6fd466f91ea33cce;p=melted producer_colour git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@187 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/src/modules/core/producer_colour.c b/src/modules/core/producer_colour.c index 6ff180f..2290b9d 100644 --- a/src/modules/core/producer_colour.c +++ b/src/modules/core/producer_colour.c @@ -124,7 +124,6 @@ static int producer_get_image( mlt_frame frame, uint8_t **buffer, mlt_image_form // See if we need to regenerate if ( *width != current_width || *height != current_height ) { - fprintf( stderr, "%dx%d\n", *width, *height ); // Allocate the image size = *width * *height * 2; image = mlt_pool_alloc( size );