Feed rework and fixes to westley and composite
[melted] / src / modules / core / transition_region.c
index 120382e..688d51c 100644 (file)
@@ -214,6 +214,9 @@ static int transition_get_image( mlt_frame frame, uint8_t **image, mlt_image_for
                                        count ++;
                        }
                }
+       
+               // Look for the first filter again
+               filter = mlt_properties_get_data( properties, "_filter_0", NULL );
        }
        else
        {