X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2Ffilter_luma.c;h=62277a4b0ca4f7d0974705096fb857f177e40804;hb=2ff111fe322cfdea5b879dd7912a8a375af62aff;hp=e36ee3a2cc22c8b494a624cdab8fbe3ee6658565;hpb=1c246bcd681406f848726ff685eddb62efd7ee83;p=melted diff --git a/src/modules/core/filter_luma.c b/src/modules/core/filter_luma.c index e36ee3a..62277a4 100644 --- a/src/modules/core/filter_luma.c +++ b/src/modules/core/filter_luma.c @@ -52,7 +52,7 @@ static int filter_get_image( mlt_frame this, uint8_t **image, mlt_image_format * { mlt_properties luma_properties = mlt_transition_properties( luma ); mlt_properties_set_int( luma_properties, "in", 0 ); - mlt_properties_set_int( luma_properties, "out", 24 ); + mlt_properties_set_int( luma_properties, "out", out ); mlt_properties_set_int( luma_properties, "reverse", 1 ); mlt_properties_pass( luma_properties, properties, "luma." ); mlt_properties_set_data( properties, "luma", luma, 0, ( mlt_destructor )mlt_transition_close, NULL );