X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_geometry.h;h=41cd0132edd76fdae0bd502fe04b249b5c23a187;hb=77a0ee9bfb58af4e52cde4bc648e81be1b48c2d4;hp=357543a0543c5c6b7c00deabe8a4432da9aec44c;hpb=8ccc2d1a7455217e06eca83901e705fb589715c6;p=melted diff --git a/src/framework/mlt_geometry.h b/src/framework/mlt_geometry.h index 357543a..41cd013 100644 --- a/src/framework/mlt_geometry.h +++ b/src/framework/mlt_geometry.h @@ -61,7 +61,8 @@ extern int mlt_geometry_insert( mlt_geometry self, mlt_geometry_item item ); // Remove the key at the specified position extern int mlt_geometry_remove( mlt_geometry self, int position ); // Get the key at the position or the next following -extern int mlt_geometry_key( mlt_geometry self, mlt_geometry_item item, int position ); +extern int mlt_geometry_next_key( mlt_geometry self, mlt_geometry_item item, int position ); +extern int mlt_geometry_prev_key( mlt_geometry self, mlt_geometry_item item, int position ); // Serialise the current geometry extern char *mlt_geometry_serialise_cut( mlt_geometry self, int in, int out ); extern char *mlt_geometry_serialise( mlt_geometry self );