]> git.sesse.net Git - mlt/blobdiff - src/modules/core/transition_luma.c
remove some progressive flag handling in field renderers
[mlt] / src / modules / core / transition_luma.c
index f0032c131d647d74df92dff16cfd552bec7039c2..609b6105dadc8b2913fed43179cb9136c3013273 100644 (file)
@@ -437,7 +437,7 @@ static int transition_get_image( mlt_frame a_frame, uint8_t **image, mlt_image_f
        float frame_delta = delta_calculate( transition, a_frame );
        
        float luma_softness = mlt_properties_get_double( properties, "softness" );
-       int progressive = mlt_properties_get_int( a_props, "progressive" ) ||
+       int progressive = 
                        mlt_properties_get_int( a_props, "consumer_progressive" ) ||
                        mlt_properties_get_int( properties, "progressive" ) ||
                        mlt_properties_get_int( b_props, "luma.progressive" );