X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmlt%2B%2B%2Fmlt%2B%2B.vers;h=6dfb3629209f88adef6110108e8c4df90261bcda;hb=23c462dd53ded012c007b0dd729ad105687928db;hp=c1f11a0e5949c2be8e058461a31f50b61497fc93;hpb=96c605eaac7272e3b37a0df718f9196fd5acbe96;p=mlt diff --git a/src/mlt++/mlt++.vers b/src/mlt++/mlt++.vers index c1f11a0e..6dfb3629 100644 --- a/src/mlt++/mlt++.vers +++ b/src/mlt++/mlt++.vers @@ -328,6 +328,7 @@ MLTPP_0.8.8 { "Mlt::Properties::set(char const*, double)"; "Mlt::Properties::set(char const*, int)"; "Mlt::Properties::set(char const*, long)"; + "Mlt::Properties::set(char const*, long long)"; "Mlt::Properties::set(char const*, void*, int, void (*)(void*), char* (*)(void*, int))"; "Mlt::Properties::set_lcnumeric(char const*)"; "Mlt::Properties::setup_wait_for(char const*)"; @@ -439,6 +440,20 @@ MLTPP_0.9.0 { global: extern "C++" { "Mlt::Deque::peek(int)"; + "Mlt::Properties::anim_get(char const*, int, int)"; + "Mlt::Properties::anim_get_double(char const*, int, int)"; + "Mlt::Properties::anim_get_int(char const*, int, int)"; + "Mlt::Properties::anim_get_rect(char const*, int, int)"; + "Mlt::Properties::anim_set(char const*, char const*, int, int)"; + "Mlt::Properties::anim_set(char const*, double, int, int, mlt_keyframe_type)"; + "Mlt::Properties::anim_set(char const*, int, int, int, mlt_keyframe_type)"; + "Mlt::Properties::anim_set(char const*, mlt_rect, int, int, mlt_keyframe_type)"; + "Mlt::Properties::get_color(char const*)"; + "Mlt::Properties::get_rect(char const*)"; + "Mlt::Properties::set(char const*, double, double, double, double, double)"; + "Mlt::Properties::set(char const*, mlt_color)"; + "Mlt::Properties::set(char const*, mlt_rect)"; "Mlt::Service::filter_count()"; + "Mlt::Service::move_filter(int, int)"; }; } MLTPP_0.8.8;