From 8a14fece1e45ba65a3b526ec6fd466f91ea33cce Mon Sep 17 00:00:00 2001 From: ddennedy Date: Wed, 3 Mar 2004 22:09:40 +0000 Subject: [PATCH] producer_colour git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@187 d19143bc-622f-0410-bfdd-b5b2a6649095 --- src/modules/core/producer_colour.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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 ); -- 1.7.4.4