]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_animation.h
Add Catmull-Rom spline smooth animation interpolation.
[mlt] / src / framework / mlt_animation.h
index a0bb06292e1e625c0ba7ab6d695e1bea01e4c1e7..ef2deae18308299966f0516840d37f0a557f79d3 100644 (file)
 #include "mlt_types.h"
 #include "mlt_property.h"
 
-typedef enum {
-       mlt_keyframe_discrete,
-       mlt_keyframe_linear
-} mlt_keyframe_type;
-
 struct mlt_animation_item_s
 {
        int is_key; /**< = whether this is a key frame or an interpolated item */