]> git.sesse.net Git - mlt/blobdiff - src/modules/kdenlive/producer_framebuffer.c
remove consumer_aspect_ratio property - use profile instead
[mlt] / src / modules / kdenlive / producer_framebuffer.c
index d41148ecaa50eff5fc413ff152ee83c08a0c9981..7df00cc5a8095d152cb7f4c4cc9706c45c34cca4 100644 (file)
@@ -152,7 +152,6 @@ static int framebuffer_get_image( mlt_frame frame, uint8_t **image, mlt_image_fo
         uint8_t *first_alpha = mlt_properties_get_data( first_frame_properties, "alpha", NULL );
        if ( !first_image )
        {
-               mlt_properties_set_double( first_frame_properties, "consumer_aspect_ratio", mlt_properties_get_double( frame_properties, "consumer_aspect_ratio" ) );
                mlt_properties_set( first_frame_properties, "rescale.interp", mlt_properties_get( frame_properties, "rescale.interp" ) );
 
                int error = mlt_frame_get_image( first_frame, &first_image, format, width, height, writable );