]> git.sesse.net Git - mlt/commitdiff
Remove debug output
authorj-b-m <jb@kdenlive.org>
Fri, 24 Jul 2009 13:36:52 +0000 (15:36 +0200)
committerj-b-m <jb@kdenlive.org>
Fri, 24 Jul 2009 13:36:52 +0000 (15:36 +0200)
src/modules/qimage/producer_kdenlivetitle.c

index 7959aa7ca08f93b058959edcb1b2fd73a01b5174..c42e81bd096be09881e8266c2cbe215722e20216 100644 (file)
@@ -57,7 +57,6 @@ static int producer_get_image( mlt_frame frame, uint8_t **buffer, mlt_image_form
                mlt_position out = mlt_producer_get_out( producer );
                mlt_position time = mlt_producer_position( producer );
                double position = ( double )( time - in ) / ( double )( out - in + 1 );
-               fprintf(stderr, "TITLE POS: %dx%d = %d\n", (int)in, (int)out, (int) time);
                if ( mlt_properties_get_int( producer_props, "force_reload" ) ) {
                        refresh_kdenlivetitle( *buffer, *width, *height, position, mlt_properties_get( producer_props, "xmldata" ), mlt_properties_get( producer_props, "templatetext" ),  1);
                        mlt_properties_set_int( producer_props, "force_reload", 0 );