X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fframework%2Fmlt.vers;h=a0069e41f80e53d8485c4451d14d3d73c5ce0087;hb=3bfb2b31cf05d183aa3ac44febc2824dcd100463;hp=167ed4855b6d6253254736e640b2148abae9a9cd;hpb=4d3143f4a1fefdef54acce9b6ed3f12169d6ec51;p=mlt diff --git a/src/framework/mlt.vers b/src/framework/mlt.vers index 167ed485..a0069e41 100644 --- a/src/framework/mlt.vers +++ b/src/framework/mlt.vers @@ -401,3 +401,54 @@ MLT_0.8.8 { local: *; }; + +MLT_0.9.0 { + global: + mlt_animation_new; + mlt_animation_parse; + mlt_animation_refresh; + mlt_animation_get_length; + mlt_animation_set_length; + mlt_animation_parse_item; + mlt_animation_get_item; + mlt_animation_insert; + mlt_animation_remove; + mlt_animation_interpolate; + mlt_animation_next_key; + mlt_animation_prev_key; + mlt_animation_serialize_cut; + mlt_animation_serialize; + mlt_animation_close; + mlt_properties_get_color; + mlt_properties_set_color; + mlt_properties_anim_get; + mlt_properties_anim_set; + mlt_properties_anim_get_int; + mlt_properties_anim_set_int; + mlt_properties_anim_get_double; + mlt_properties_anim_set_double; + mlt_properties_get_animation; + mlt_properties_set_rect; + mlt_properties_get_rect; + mlt_properties_anim_set_rect; + mlt_properties_anim_get_rect; + mlt_property_interpolate; + mlt_property_anim_get_double; + mlt_property_anim_get_int; + mlt_property_anim_get_string; + mlt_property_anim_set_double; + mlt_property_anim_set_int; + mlt_property_anim_set_string; + mlt_property_get_animation; + mlt_property_set_rect; + mlt_property_get_rect; + mlt_property_anim_set_rect; + mlt_property_anim_get_rect; + mlt_service_filter_count; + mlt_service_move_filter; +} MLT_0.8.8; + +MLT_0.9.2 { + mlt_properties_frames_to_time; + mlt_properties_time_to_frames; +} MLT_0.9.0;