]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_producer.c
Minor corrections and more affine experiments
[mlt] / src / framework / mlt_producer.c
index 1b86f6c98c0f08e5b0cf4f9baff7e183747f706e..b8bd2c601b10b3adf65c84f1ab883c9dc1fabaf1 100644 (file)
@@ -528,6 +528,8 @@ static int producer_get_frame( mlt_service service, mlt_frame_ptr frame, int ind
                        char *name = mlt_properties_get_name( p_props, i );
                        if ( !strncmp( name, "meta.", 5 ) )
                                mlt_properties_set( f_props, name, mlt_properties_get( p_props, name ) );
+                       else if ( !strncmp( name, "set.", 4 ) )
+                               mlt_properties_set( f_props, name + 4, mlt_properties_get( p_props, name ) );
                }
        }