]> git.sesse.net Git - mlt/blobdiff - src/mlt++/mlt++.vers
Add mlt_playlist_mix_in() and mlt_playlist_mix_out().
[mlt] / src / mlt++ / mlt++.vers
index 6dfb3629209f88adef6110108e8c4df90261bcda..4c58b12c2e39ebf5c34807819bfb4ca4a8dbdc46 100644 (file)
@@ -457,3 +457,13 @@ MLTPP_0.9.0 {
       "Mlt::Service::move_filter(int, int)";
     };
 } MLTPP_0.8.8;
+
+MLTPP_0.9.2 {
+  global:
+    extern "C++" {
+      "Mlt::Playlist::mix_in(int, int)";
+      "Mlt::Playlist::mix_out(int, int)";
+      "Mlt::Properties::frames_to_time(int, mlt_time_format)";
+      "Mlt::Properties::time_to_frames(char const*)";
+    };
+} MLTPP_0.9.0;