]> git.sesse.net Git - mlt/commit - src/framework/mlt_profile.c
Make animation length optional.
authorDan Dennedy <dan@dennedy.org>
Thu, 30 May 2013 04:06:23 +0000 (21:06 -0700)
committerDan Dennedy <dan@dennedy.org>
Fri, 31 May 2013 23:58:13 +0000 (16:58 -0700)
commit468b00277796f44f658bf92eff0b9cadac9c6d8c
tree2dfdfab27cd61acfce5525ddb455f625098c8c9f
parent6e2455d36714aacd635a1a297501d5501c9834f2
Make animation length optional.

It is only really needed when using negative time values.
With some fixes for parsing negatives in time code/clock values.
src/framework/Makefile
src/framework/mlt_animation.c
src/framework/mlt_profile.c
src/framework/mlt_property.c
src/mlt++/MltProperties.h
src/tests/test_properties/test_properties.cpp