]> git.sesse.net Git - mlt/commitdiff
create consumer_progressive property on frame
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 18 Feb 2004 17:41:30 +0000 (17:41 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 18 Feb 2004 17:41:30 +0000 (17:41 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@153 d19143bc-622f-0410-bfdd-b5b2a6649095

src/framework/mlt_consumer.c

index 44fc184f4c7a528767db3701a061241f504cd1fa..7165ae9b36fd89da8661917608c5f22892c8238f 100644 (file)
@@ -166,6 +166,7 @@ mlt_frame mlt_consumer_get_frame( mlt_consumer this )
 
                // TODO: Aspect ratio and other jiggery pokery
                mlt_properties_set_double( frame_properties, "consumer_aspect_ratio", mlt_properties_get_double( properties, "aspect_ratio" ) );
+               mlt_properties_set_int( frame_properties, "consumer_progressive", mlt_properties_get_int( properties, "progressive" ) );
                
        }