]> git.sesse.net Git - mlt/commitdiff
Fix indentation
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Fri, 9 Nov 2012 21:12:31 +0000 (22:12 +0100)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Fri, 9 Nov 2012 21:12:31 +0000 (22:12 +0100)
src/modules/qimage/producer_kdenlivetitle.c

index ebfabeb3a11d1ec242eebbe572c4533592b0718d..9536176a8ba3112fe7d7d462992e89ffa9037fab 100644 (file)
@@ -76,11 +76,11 @@ static int producer_get_image( mlt_frame frame, uint8_t **buffer, mlt_image_form
        /* Allocate the image */
        *format = mlt_image_rgb24a;
        if ( mlt_properties_get_int( producer_props, "force_reload" ) ) {
-               if (mlt_properties_get_int( producer_props, "force_reload" ) > 1) read_xml(producer_props);
+               if ( mlt_properties_get_int( producer_props, "force_reload" ) > 1 ) read_xml( producer_props );
                mlt_properties_set_int( producer_props, "force_reload", 0 );
-               drawKdenliveTitle( this, frame, *width, *height, mlt_frame_original_position(frame), 1);
+               drawKdenliveTitle( this, frame, *width, *height, mlt_frame_original_position( frame ), 1);
        }
-       else drawKdenliveTitle( this, frame, *width, *height, mlt_frame_original_position(frame), 0);
+       else drawKdenliveTitle( this, frame, *width, *height, mlt_frame_original_position( frame ), 0);
 
        // Get width and height (may have changed during the refresh)
        *width = mlt_properties_get_int( properties, "width" );