From a709a2d7ec2e94fefda3a2989e171f497f2c7318 Mon Sep 17 00:00:00 2001 From: j-b-m Date: Mon, 20 Nov 2006 11:13:11 +0000 Subject: [PATCH] remove debug msg git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@940 d19143bc-622f-0410-bfdd-b5b2a6649095 --- src/modules/core/producer_framebuffer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/modules/core/producer_framebuffer.c b/src/modules/core/producer_framebuffer.c index 1ecf901..1f6a487 100644 --- a/src/modules/core/producer_framebuffer.c +++ b/src/modules/core/producer_framebuffer.c @@ -187,7 +187,7 @@ static int framebuffer_get_frame( mlt_producer this, mlt_frame_ptr frame, int in mlt_producer producer_framebuffer_init( char *arg ) { mlt_producer this = mlt_producer_new( ); - fprintf( stderr, " + + ++ USING FRAMEBUFF %s\n", arg); + // Wrap fezzik mlt_producer real_producer; -- 1.7.4.4