]> git.sesse.net Git - mlt/commitdiff
Fix avcolor_space alias.
authorDan Dennedy <dan@dennedy.org>
Fri, 26 Feb 2010 04:08:44 +0000 (20:08 -0800)
committerDan Dennedy <dan@dennedy.org>
Fri, 26 Feb 2010 04:08:44 +0000 (20:08 -0800)
src/modules/avformat/factory.c

index 8d35fea92689d77b6e3e1a139771c82fc1719018..2bc28f1cc23ee246997a59ad8cbdbb56fb0afb57 100644 (file)
@@ -109,6 +109,8 @@ static void *create_service( mlt_profile profile, mlt_service_type type, const c
        }
 #endif
 #ifdef FILTERS
+       if ( !strcmp( id, "avcolor_space" ) )
+               return filter_avcolour_space_init( arg );
        if ( !strcmp( id, "avcolour_space" ) )
                return filter_avcolour_space_init( arg );
        if ( !strcmp( id, "avdeinterlace" ) )