]> git.sesse.net Git - mlt/commit
mlt_properties.c: make arithmetic processor use floating point instead of integer...
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sun, 1 Jun 2008 20:45:09 +0000 (20:45 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sun, 1 Jun 2008 20:45:09 +0000 (20:45 +0000)
commitcee6a62534f2549e343a1b7c489a967577852fc6
tree9707f80affcf83eb22ee8bca2df83195ca6183fe
parent0278d02ae0ff251daf6d29f97864bb173feaefe8
mlt_properties.c: make arithmetic processor use floating point instead of integer so that '/' is meaningful. I am not totally certain of the consequences of this change because I am not aware of where the feature is used. However, I am using it to specify the aspect ratio of certain things like bitmap graphics that were not designed for square pixels. And being able to specify a fraction allows for accurate detection of equivalent aspect ratios between different sources, particularly compositing.

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1130 d19143bc-622f-0410-bfdd-b5b2a6649095
src/framework/mlt_properties.c