]> git.sesse.net Git - mlt/commitdiff
debug --
authorj-b-m <jb@kdenlive.org>
Mon, 27 Jul 2009 00:18:46 +0000 (02:18 +0200)
committerj-b-m <jb@kdenlive.org>
Mon, 27 Jul 2009 00:18:46 +0000 (02:18 +0200)
modified:   producer_kdenlivetitle.c

src/modules/qimage/producer_kdenlivetitle.c

index 72fa625a286126917d523137199fda3c27155d90..2ab1852325ac36661d1c3f0c93a03aebe8f2ccec 100644 (file)
@@ -129,7 +129,7 @@ static int producer_get_frame( mlt_producer producer, mlt_frame_ptr frame, int i
 
 static void producer_close( mlt_producer producer )
 {
-       fprintf(stderr, "000000000000000000000000  CLOSING\n");
+       /* fprintf(stderr, "::::::::::::::  CLOSING TITLE\n"); */
        producer->close = NULL;
        close_qt();
        mlt_producer_close( producer );
@@ -139,7 +139,7 @@ static void producer_close( mlt_producer producer )
 
 mlt_producer producer_kdenlivetitle_init( mlt_profile profile, mlt_service_type type, const char *id, char *filename )
 {
-       fprintf(stderr, "\n\n,,,,,,,,, CREATE 1 TITLE\n");
+       /* fprintf(stderr, ":::::::::::: CREATE TITLE\n"); */
        /* Create a new producer object */
 
        mlt_producer producer = calloc( 1, sizeof( struct mlt_producer_s ) );