]> git.sesse.net Git - mlt/blobdiff - src/modules/core/filter_watermark.c
Remaining audio handling switched to stacks; Minor corrections to compositing and...
[mlt] / src / modules / core / filter_watermark.c
index b4bd6a70b0999d306f553f66d12c4e9126b14eef..bfd491ee64f9225af40a3e52ec5e4d82b1f045b6 100644 (file)
@@ -174,7 +174,6 @@ static int filter_get_image( mlt_frame frame, uint8_t **image, mlt_image_format
                                if ( rescale == NULL || !strcmp( rescale, "none" ) )
                                        rescale = "hyper";
                                mlt_transition_process( composite, b_frame, frame );
-                               mlt_properties_set_double( b_props, "consumer_aspect_ratio", mlt_properties_get_int( a_props, "consumer_aspect_ratio" ) );
                                mlt_properties_set_int( a_props, "consumer_deinterlace", 1 );
                                mlt_properties_set_int( b_props, "consumer_deinterlace", 1 );
                                mlt_properties_set( a_props, "rescale.interp", rescale );