]> git.sesse.net Git - mlt/commitdiff
Oops - fix for consumer progressive
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 13 Oct 2004 07:40:15 +0000 (07:40 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 13 Oct 2004 07:40:15 +0000 (07:40 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@474 d19143bc-622f-0410-bfdd-b5b2a6649095

src/framework/mlt_consumer.c

index 4422b111389c7ac95f5120ff5d7c9b9d7005934c..2ba290133d63d4445b529b05f57fe27bc6376766 100644 (file)
@@ -221,7 +221,7 @@ mlt_frame mlt_consumer_get_frame( mlt_consumer this )
                // Aspect ratio and other jiggery pokery
                mlt_properties_set_double( frame_properties, "consumer_aspect_ratio", mlt_properties_get_double( properties, "aspect_ratio" ) );
                if ( mlt_properties_get_int( properties, "progressive" ) || mlt_properties_get_int( properties, "deinterlace" ) )
-                       mlt_properties_set_int( properties, "consumer_deinterlace", 1 );
+                       mlt_properties_set_int( frame_properties, "consumer_deinterlace", 1 );
        }
 
        // Return the frame