Feeds pseudo module added
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 27 Dec 2004 13:46:52 +0000 (13:46 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 27 Dec 2004 13:46:52 +0000 (13:46 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@577 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/core/transition_composite.c
src/modules/feeds/Makefile

index e35d365..dda6c65 100644 (file)
@@ -665,7 +665,7 @@ static int get_b_frame_image( mlt_transition this, mlt_frame b_frame, uint8_t **
        mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame );
        mlt_properties properties = MLT_TRANSITION_PROPERTIES( this );
 
-       if ( mlt_properties_get( properties, "distort" ) == NULL && mlt_properties_get( b_props, "distort" ) == NULL && geometry->item.distort == 0 )
+       if ( mlt_properties_get_int( properties, "distort" ) == 0 && mlt_properties_get_int( b_props, "distort" ) == 0 && geometry->item.distort == 0 )
        {
                // Adjust b_frame pixel aspect
                int normalised_width = geometry->item.w;
index 19e9fcf..92d6a11 100644 (file)
@@ -11,5 +11,5 @@ clean:
 install:       all
        install -d $(prefix)/share/mlt/modules/feeds/PAL
        install -d $(prefix)/share/mlt/modules/feeds/NTSC
-       install -m 644 PAL/* $(prefix)/share/mlt/modules/feeds/PAL
-       install -m 644 NTSC/* $(prefix)/share/mlt/modules/feeds/NTSC
+       install -m 644 PAL/*.* $(prefix)/share/mlt/modules/feeds/PAL
+       install -m 644 NTSC/*.* $(prefix)/share/mlt/modules/feeds/NTSC