X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_frame.c;h=48373607276a231a7d6901dc71d259ec279bd4c6;hb=d8c7fca58da2a1d5b2bb3f917bcf9798bd68bc1b;hp=7674633f725d5c030497b55c51af57c65fcc577c;hpb=4dbf3ebb9b3642a02300bd2388c6b2211160cb5a;p=melted diff --git a/src/framework/mlt_frame.c b/src/framework/mlt_frame.c index 7674633..4837360 100644 --- a/src/framework/mlt_frame.c +++ b/src/framework/mlt_frame.c @@ -200,6 +200,8 @@ int mlt_frame_get_image( mlt_frame this, uint8_t **buffer, mlt_image_format *for mlt_properties properties = mlt_frame_properties( this ); mlt_get_image get_image = mlt_frame_pop_get_image( this ); mlt_producer producer = mlt_properties_get_data( properties, "test_card_producer", NULL ); + + *width = *width >> 1 << 1; if ( get_image != NULL ) {