]> git.sesse.net Git - mlt/commit
Add mlt_animation and mlt_property_interpolate().
authorDan Dennedy <dan@dennedy.org>
Fri, 17 May 2013 03:30:17 +0000 (20:30 -0700)
committerDan Dennedy <dan@dennedy.org>
Fri, 31 May 2013 23:58:12 +0000 (16:58 -0700)
commitfee43878bb3fa17da3403b3a29a9a0775c1cb9de
treed2d252f5548a8b18535885260ee959a27009888a
parent7e60c2bd896529ebf8d14e80eab8c93b9b8694ab
Add mlt_animation and mlt_property_interpolate().

mlt_property_interpolate() only works on a scalar double property at
this time.
src/framework/Makefile
src/framework/mlt_animation.c [new file with mode: 0644]
src/framework/mlt_animation.h [new file with mode: 0644]
src/framework/mlt_property.c
src/framework/mlt_property.h
src/tests/test_properties/test_properties.cpp