MLT  7.22.0
Deprecated List
Global mlt_playlist_s::mlt_playlist_init ()

use mlt_playlist_new()

Global mlt_properties_s::mlt_properties_load (const char *filename)

Please start using mlt_properties_parse_yaml().

Global mlt_property_s::catmull_rom_interpolate (double y0, double y1, double y2, double y3, double t)

For non-closed curves, you need to also supply the tangent vector at the first and last control point. This is commonly done: T(P[0]) = P[1] - P[0] and T(P[n]) = P[n] - P[n-1].

Global mlt_property_s::linear_interpolate (double y1, double y2, double t)

Global mlt_property_s::mlt_property_interpolate (mlt_property self, mlt_property p[], double progress, double fps, mlt_locale_t locale, mlt_keyframe_type interp)