X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_consumer.c;h=8f99db4dce52086ca24c6b8d73e35bb658af1279;hb=833934cc90094c909078f709532e6fe6f8f13b60;hp=e9c8a3420a5a8082bb21f541dcb9fc0114cccac9;hpb=e48990e98a385144481adfb64405e2a9d07de3a2;p=melted diff --git a/src/framework/mlt_consumer.c b/src/framework/mlt_consumer.c index e9c8a34..8f99db4 100644 --- a/src/framework/mlt_consumer.c +++ b/src/framework/mlt_consumer.c @@ -311,6 +311,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" ) ); mlt_properties_set_int( frame_properties, "consumer_deinterlace", mlt_properties_get_int( properties, "progressive" ) | mlt_properties_get_int( properties, "deinterlace" ) ); + mlt_properties_set( frame_properties, "deinterlace_method", mlt_properties_get( properties, "deinterlace_method" ) ); } // Return the frame