]> git.sesse.net Git - mlt/blobdiff - src/modules/core/transition_luma.c
Remaining audio handling switched to stacks; Minor corrections to compositing and...
[mlt] / src / modules / core / transition_luma.c
index 435aeb30b8ddff70209896e4ca927e1bcd1555ce..9da80b32005c8816ff8a9cffdeeb9dde177f13a3 100644 (file)
@@ -547,6 +547,9 @@ mlt_transition transition_luma_init( char *lumafile )
                // Set the main property
                mlt_properties_set( MLT_TRANSITION_PROPERTIES( transition ), "resource", lumafile );
                
+               // Inform apps and framework that this is a video only transition
+               mlt_properties_set_int( MLT_TRANSITION_PROPERTIES( transition ), "_transition_type", 1 );
+
                return transition;
        }
        return NULL;