X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2Ffilter_luma.c;h=878fb6a4cde0108452c9ae808016313febd3b118;hb=eccf04749681f70957f34fdd6742224774e72d15;hp=00c11aef314cee52689c2ca9b513346974a98eb5;hpb=a8be96087b2f59f05330f2a6320baa62d31d5c03;p=melted diff --git a/src/modules/core/filter_luma.c b/src/modules/core/filter_luma.c index 00c11ae..878fb6a 100644 --- a/src/modules/core/filter_luma.c +++ b/src/modules/core/filter_luma.c @@ -89,6 +89,7 @@ static int filter_get_image( mlt_frame this, uint8_t **image, mlt_image_format * mlt_properties_set_data( b_props, "image", dst, size, mlt_pool_release, NULL ); mlt_properties_set_int( b_props, "width", *width ); mlt_properties_set_int( b_props, "height", *height ); + mlt_properties_set_int( b_props, "format", *format ); } }