X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_consumer.c;h=8d79fc7d6eb6c7231d739c308d2ada68201b8690;hb=6a21c03c32e7ecbb3df1410f92c9d7e5f44903e5;hp=7165ae9b36fd89da8661917608c5f22892c8238f;hpb=bd9b3ea690d8dc803419a9b4a427a9c9d4e97889;p=melted diff --git a/src/framework/mlt_consumer.c b/src/framework/mlt_consumer.c index 7165ae9..8d79fc7 100644 --- a/src/framework/mlt_consumer.c +++ b/src/framework/mlt_consumer.c @@ -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" ) ); }