smarter and harder producer_westley
[melted] / src / modules / fezzik / producer_fezzik.c
index 2976557..2eafbc6 100644 (file)
@@ -108,6 +108,10 @@ static mlt_producer create_producer( char *file )
                free( lookup );
        }
 
+       // Finally, try just loading as service
+       if ( result == NULL )
+               result = mlt_factory_producer( file, NULL );
+
        return result;
 }