]> git.sesse.net Git - mlt/blobdiff - src/modules/core/filter_watermark.c
src/framework/mlt_frame.c
[mlt] / src / modules / core / filter_watermark.c
index 1ca0b8be1e040bde51fbd8c64c1e3daa7dc84d74..d9506e4ce62fe3392f5ac521bbbd6ba3d68e64b6 100644 (file)
@@ -146,6 +146,7 @@ static int filter_get_image( mlt_frame frame, uint8_t **image, mlt_image_format
                        mlt_frame_set_position( b_frame, position );
                        mlt_properties_set_double( b_props, "consumer_aspect_ratio", mlt_properties_get_double( a_props, "consumer_aspect_ratio" ) );
                        mlt_properties_set_int( b_props, "consumer_deinterlace", mlt_properties_get_double( a_props, "consumer_deinterlace" ) );
+                       mlt_properties_set_int( b_props, "output_ratio", mlt_properties_get_double( a_props, "output_ratio" ) );
 
                        // Check for the special case - no aspect ratio means no problem :-)
                        if ( mlt_frame_get_aspect_ratio( b_frame ) == 0 )