]> git.sesse.net Git - mlt/commitdiff
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 e35d365be890096498c87e3b52b1c2d68af54e40..dda6c65f9fcfd938cb248b0d0d7568622640afbe 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 19e9fcfc58b8463144ffe13e93053d55d1e4d4bf..92d6a119f03e6571c3ae77034fb6f6ca7e9bd3bb 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