]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_profile.c
remove consumer_aspect_ratio property - use profile instead
[mlt] / src / framework / mlt_profile.c
index 66f76012aee88f0d89807078e78114230dc7247b..8766349f56cff877f3373ea2b04c6a2ad7ab1dc6 100644 (file)
@@ -406,7 +406,6 @@ void mlt_profile_from_producer( mlt_profile profile, mlt_producer producer )
 
        if ( ! mlt_service_get_frame( MLT_PRODUCER_SERVICE(producer), &fr, 0 ) && fr )
        {
-               mlt_properties_set_double( MLT_FRAME_PROPERTIES( fr ), "consumer_aspect_ratio", mlt_profile_sar( profile ) );
                if ( ! mlt_frame_get_image( fr, &buffer, &fmt, &w, &h, 0 ) )
                {
                        // Some source properties are not exposed until after the first get_image call.