+ Added producer_sdl_image as an alternative image and image sequence producer
[melted] / src / modules / core / transition_composite.h
index 769ddfd..091fdd0 100644 (file)
@@ -25,4 +25,7 @@
 
 extern mlt_transition transition_composite_init( char *arg );
 
+// Courtesy functionality - allows regionalised filtering
+extern mlt_frame composite_copy_region( mlt_transition, mlt_frame, mlt_position );
+
 #endif