unique ids
[melted] / src / framework / mlt_consumer.c
index 7165ae9..8d79fc7 100644 (file)
@@ -164,9 +164,10 @@ mlt_frame mlt_consumer_get_frame( mlt_consumer this )
                if ( mlt_properties_get( properties, "rescale" ) != NULL )
                        mlt_properties_set( frame_properties, "rescale.interp", mlt_properties_get( properties, "rescale" ) );
 
-               // TODO: Aspect ratio and other jiggery pokery
+               // 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" ) );
+               mlt_properties_set_int( frame_properties, "consumer_deinterlace", mlt_properties_get_int( properties, "deinterlace" ) );
                
        }