Oops - fix for consumer progressive
[melted] / src / framework / mlt_consumer.c
index 4422b11..2ba2901 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