]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_properties.c
Noise and mirrors
[mlt] / src / framework / mlt_properties.c
index 3fea15e27103b34aaf5ae52528978f8654b84614..1638200c0a85bce147359fd649206f64452147c7 100644 (file)
@@ -91,7 +91,7 @@ static inline int generate_hash( char *name )
 static inline void mlt_properties_do_mirror( mlt_properties this, char *name )
 {
        property_list *list = this->private;
-       if ( list->mirror != NULL && strcmp( name, "in" ) && strcmp( name, "out" ) )
+       if ( list->mirror != NULL 
        {
                char *value = mlt_properties_get( this, name );
                if ( value != NULL )