]> git.sesse.net Git - mlt/commitdiff
producer_colour
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 3 Mar 2004 22:09:40 +0000 (22:09 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 3 Mar 2004 22:09:40 +0000 (22:09 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@187 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/core/producer_colour.c

index 6ff180ff966cb08f972ac60c462e2f0b8613f020..2290b9dbfdbdca5d99acee43dc8c6c59877105e5 100644 (file)
@@ -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 );