]> git.sesse.net Git - mlt/commitdiff
Update mlt.vers symbol version script for C API additions.
authorDan Dennedy <dan@dennedy.org>
Fri, 31 May 2013 05:19:55 +0000 (22:19 -0700)
committerDan Dennedy <dan@dennedy.org>
Fri, 31 May 2013 23:58:14 +0000 (16:58 -0700)
src/framework/mlt.vers

index 2ae06f31aebcf7537e88ef3c92cffabfce5f455b..45b0b3ff0d1bb71f8b694c08edb53998f5b10f8c 100644 (file)
@@ -404,6 +404,46 @@ MLT_0.8.8 {
 
 MLT_0.9.0 {
   global:
-    "mlt_service_filter_count";
-    "mlt_service_move_filter";
+    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;