]> git.sesse.net Git - mlt/blobdiff - src/mlt++/MltGeometry.h
Add mlt_geometry_interpolate.
[mlt] / src / mlt++ / MltGeometry.h
index 7c90bd323bea9e921dead1214e8d7daa9ad4e4d6..de788208e1d585ea63d5e5f9582d08f503c6d8ac 100644 (file)
@@ -65,6 +65,7 @@ namespace Mlt
                        int insert( GeometryItem *item );
                        // Remove the key at the specified position
                        int remove( int position );
+                       void interpolate( );
                        // Get the key at the position or the next following
                        int next_key( GeometryItem &item, int position );
                        int next_key( GeometryItem *item, int position );