]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_animation.h
Add mlt_properties_get_animation(); it might come in handy.
[mlt] / src / framework / mlt_animation.h
index ef2deae18308299966f0516840d37f0a557f79d3..14560ab2d865c8188273674487d4cc8376cf0ab5 100644 (file)
@@ -32,10 +32,9 @@ struct mlt_animation_item_s
        mlt_property property;
        mlt_keyframe_type keyframe_type;
 };
-typedef struct mlt_animation_item_s *mlt_animation_item;
+typedef struct mlt_animation_item_s *mlt_animation_item; /**< pointer to an animation item */
 
 struct mlt_animation_s;
-typedef struct mlt_animation_s *mlt_animation;
 
 /* Create a new animation object. */
 extern mlt_animation mlt_animation_new( );