From 1b2eb22ff332e853659b2ff8880eb1eee67ab8d5 Mon Sep 17 00:00:00 2001 From: lilo_booter Date: Sun, 2 May 2004 10:19:27 +0000 Subject: [PATCH] test card handling git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@299 d19143bc-622f-0410-bfdd-b5b2a6649095 --- src/framework/mlt_frame.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/framework/mlt_frame.c b/src/framework/mlt_frame.c index f13784a9..1026debf 100644 --- a/src/framework/mlt_frame.c +++ b/src/framework/mlt_frame.c @@ -220,6 +220,7 @@ int mlt_frame_get_image( mlt_frame this, uint8_t **buffer, mlt_image_format *for { 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 ); mlt_properties_set_data( properties, "image", *buffer, *width * *height * 2, NULL, NULL ); -- 2.39.5