]> git.sesse.net Git - mlt/blobdiff - src/modules/core/filter_luma.c
src/framework/mlt_consumer.c
[mlt] / src / modules / core / filter_luma.c
index 00c11aef314cee52689c2ca9b513346974a98eb5..878fb6a4cde0108452c9ae808016313febd3b118 100644 (file)
@@ -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 );
                }
        }