]> git.sesse.net Git - mlt/blobdiff - src/modules/core/producer_colour.c
replace legacy real_width and _height with meta.media.width and .height
[mlt] / src / modules / core / producer_colour.c
index 91c354b134d296433ed241dd400b85e60f589a27..99598fec1434704c9ffd3910102bde8106eb98cd 100644 (file)
@@ -221,8 +221,8 @@ static int producer_get_image( mlt_frame frame, uint8_t **buffer, mlt_image_form
        mlt_frame_set_image( frame, *buffer, size, mlt_pool_release );
        mlt_frame_set_alpha( frame, alpha, alpha_size, mlt_pool_release );
        mlt_properties_set_double( properties, "aspect_ratio", mlt_properties_get_double( producer_props, "aspect_ratio" ) );
-       mlt_properties_set_int( properties, "real_width", *width );
-       mlt_properties_set_int( properties, "real_height", *height );
+       mlt_properties_set_int( properties, "meta.media.width", *width );
+       mlt_properties_set_int( properties, "meta.media.height", *height );
 
 
        return 0;