]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_tractor.c
src/framework/mlt_consumer.c
[mlt] / src / framework / mlt_tractor.c
index e545839a58716ab3c59c78b27ffe7c2681e302c2..b044873bfb840d30f65e77949b8c86941f2fbdbd 100644 (file)
@@ -215,6 +215,7 @@ static int producer_get_image( mlt_frame this, uint8_t **buffer, mlt_image_forma
        mlt_properties_set_data( properties, "image", *buffer, *width * *height * 2, NULL, NULL );
        mlt_properties_set_int( properties, "width", *width );
        mlt_properties_set_int( properties, "height", *height );
+       mlt_properties_set_int( properties, "format", *format );
        mlt_properties_set_double( properties, "aspect_ratio", mlt_frame_get_aspect_ratio( frame ) );
        mlt_properties_set_int( properties, "progressive", mlt_properties_get_int( frame_properties, "progressive" ) );
        mlt_properties_set_int( properties, "distort", mlt_properties_get_int( frame_properties, "distort" ) );