]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_frame.c
remove consumer_aspect_ratio property - use profile instead
[mlt] / src / framework / mlt_frame.c
index 6a3b6b36aa13b13f68f84e76a6b62fc47902f304..7d38d44e9f704fdf4db962cfaa0b0ac409cf924e 100644 (file)
@@ -483,7 +483,6 @@ int mlt_frame_get_image( mlt_frame self, uint8_t **buffer, mlt_image_format *for
                if ( test_frame )
                {
                        mlt_properties test_properties = MLT_FRAME_PROPERTIES( test_frame );
-                       mlt_properties_set_double( test_properties, "consumer_aspect_ratio", mlt_properties_get_double( properties, "consumer_aspect_ratio" ) );
                        mlt_properties_set( test_properties, "rescale.interp", mlt_properties_get( properties, "rescale.interp" ) );
                        mlt_frame_get_image( test_frame, buffer, format, width, height, writable );
                        mlt_properties_set_data( properties, "test_card_frame", test_frame, 0, ( mlt_destructor )mlt_frame_close, NULL );