]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt.vers
Add mlt_properties_frames_to_time() and mlt_properties_time_to_frames().
[mlt] / src / framework / mlt.vers
index 45b0b3ff0d1bb71f8b694c08edb53998f5b10f8c..a0069e41f80e53d8485c4451d14d3d73c5ce0087 100644 (file)
@@ -447,3 +447,8 @@ MLT_0.9.0 {
     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;